aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/media_plugins/gstreamer010/llmediaimplgstreamervidplug.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xlinden/indra/media_plugins/gstreamer010/llmediaimplgstreamervidplug.h5
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
41extern "C" { 41extern "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
47G_BEGIN_DECLS 48G_BEGIN_DECLS
@@ -107,6 +108,6 @@ void gst_slvideo_init_class (void);
107 108
108G_END_DECLS 109G_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__ */