From 9365711ee188a28ef52ed6fd8c07811bb725b7d2 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 6 Jan 2009 01:45:09 -0700 Subject: Streaming music/video now works on Windows. --- linden/indra/llmedia/llmediaimplgstreamervidplug.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'linden/indra/llmedia/llmediaimplgstreamervidplug.h') diff --git a/linden/indra/llmedia/llmediaimplgstreamervidplug.h b/linden/indra/llmedia/llmediaimplgstreamervidplug.h index 27957db..da7de6e 100644 --- a/linden/indra/llmedia/llmediaimplgstreamervidplug.h +++ b/linden/indra/llmedia/llmediaimplgstreamervidplug.h @@ -32,12 +32,13 @@ #ifndef __GST_SLVIDEO_H__ #define __GST_SLVIDEO_H__ -#if LL_GSTREAMER_ENABLED +///#if LL_GSTREAMER_ENABLED extern "C" { #include #include #include +#include } G_BEGIN_DECLS @@ -97,8 +98,11 @@ GType gst_slvideo_get_type (void); void gst_slvideo_init_class (void); +bool g_once_init_enter (volatile gsize *value_location); +void g_once_init_leave (volatile gsize *value_location, gsize initialization_value); + G_END_DECLS -#endif // LL_GSTREAMER_ENABLED +///#endif // LL_GSTREAMER_ENABLED #endif /* __GST_SLVIDEO_H__ */ -- cgit v1.1