diff options
author | Armin Weatherwax | 2010-07-10 14:35:58 +0200 |
---|---|---|
committer | Armin Weatherwax | 2010-09-23 15:47:28 +0200 |
commit | f41c6363087f95ce5f7d99385e455d7e0105d883 (patch) | |
tree | 7574f66a2e8123610588e8b66f2e444850163801 /linden/indra/media_plugins/gstreamer010/llmediaimplgstreamervidplug.h | |
parent | Fixed plugin compile issues on windows (diff) | |
download | meta-impy-f41c6363087f95ce5f7d99385e455d7e0105d883.zip meta-impy-f41c6363087f95ce5f7d99385e455d7e0105d883.tar.gz meta-impy-f41c6363087f95ce5f7d99385e455d7e0105d883.tar.bz2 meta-impy-f41c6363087f95ce5f7d99385e455d7e0105d883.tar.xz |
Imprudence style gstreamer plugin (remove llgst, syms and such)
Diffstat (limited to '')
-rwxr-xr-x | linden/indra/media_plugins/gstreamer010/llmediaimplgstreamervidplug.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/linden/indra/media_plugins/gstreamer010/llmediaimplgstreamervidplug.h b/linden/indra/media_plugins/gstreamer010/llmediaimplgstreamervidplug.h index 56f6db9..0ad8cf1 100755 --- a/linden/indra/media_plugins/gstreamer010/llmediaimplgstreamervidplug.h +++ b/linden/indra/media_plugins/gstreamer010/llmediaimplgstreamervidplug.h | |||
@@ -36,12 +36,13 @@ | |||
36 | #ifndef __GST_SLVIDEO_H__ | 36 | #ifndef __GST_SLVIDEO_H__ |
37 | #define __GST_SLVIDEO_H__ | 37 | #define __GST_SLVIDEO_H__ |
38 | 38 | ||
39 | #if LL_GSTREAMER010_ENABLED | 39 | ///#if LL_GSTREAMER010_ENABLED |
40 | 40 | ||
41 | extern "C" { | 41 | extern "C" { |
42 | #include <gst/gst.h> | 42 | #include <gst/gst.h> |
43 | #include <gst/video/video.h> | 43 | #include <gst/video/video.h> |
44 | #include <gst/video/gstvideosink.h> | 44 | #include <gst/video/gstvideosink.h> |
45 | // #include <glib/gthread.h> | ||
45 | } | 46 | } |
46 | 47 | ||
47 | G_BEGIN_DECLS | 48 | G_BEGIN_DECLS |
@@ -107,6 +108,6 @@ void gst_slvideo_init_class (void); | |||
107 | 108 | ||
108 | G_END_DECLS | 109 | G_END_DECLS |
109 | 110 | ||
110 | #endif // LL_GSTREAMER010_ENABLED | 111 | ///#endif // LL_GSTREAMER010_ENABLED |
111 | 112 | ||
112 | #endif /* __GST_SLVIDEO_H__ */ | 113 | #endif /* __GST_SLVIDEO_H__ */ |