diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llmedia/llmediaimplgstreamer.h | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/linden/indra/llmedia/llmediaimplgstreamer.h b/linden/indra/llmedia/llmediaimplgstreamer.h index 4b9353b..5b493ad 100644 --- a/linden/indra/llmedia/llmediaimplgstreamer.h +++ b/linden/indra/llmedia/llmediaimplgstreamer.h | |||
@@ -31,7 +31,7 @@ | |||
31 | */ | 31 | */ |
32 | 32 | ||
33 | // header guard | 33 | // header guard |
34 | ///#ifndef llmediaimplgstreamer_h | 34 | #ifndef llmediaimplgstreamer_h |
35 | #define llmediaimplgstreamer_h | 35 | #define llmediaimplgstreamer_h |
36 | 36 | ||
37 | #include "llmediaimplcommon.h" | 37 | #include "llmediaimplcommon.h" |
@@ -42,14 +42,12 @@ | |||
42 | extern "C" { | 42 | extern "C" { |
43 | #include <stdio.h> | 43 | #include <stdio.h> |
44 | #include <gst/gst.h> | 44 | #include <gst/gst.h> |
45 | #include <apr_pools.h> | 45 | |
46 | #include <apr_dso.h> | 46 | #include "apr_pools.h" |
47 | #include "apr_dso.h" | ||
47 | } | 48 | } |
48 | 49 | ||
49 | #include "llmediaimplgstreamervidplug.h" | 50 | #include "llmediaimplgstreamervidplug.h" |
50 | #ifdef LL_GST_SOUNDSINK | ||
51 | #include "llmediaimplgstreamersndplug.h" | ||
52 | #endif // LL_GST_SOUNDSINK | ||
53 | 51 | ||
54 | class LLMediaManagerData; | 52 | class LLMediaManagerData; |
55 | class LLMediaImplMaker; | 53 | class LLMediaImplMaker; |
@@ -100,9 +98,6 @@ class LLMediaImplGStreamer: | |||
100 | GstElement *mPlaybin; | 98 | GstElement *mPlaybin; |
101 | GstSLVideo *mVideoSink; | 99 | GstSLVideo *mVideoSink; |
102 | GstState mState; | 100 | GstState mState; |
103 | #ifdef LL_GST_SOUNDSINK | ||
104 | GstSLSound *mAudioSink; | ||
105 | #endif // LL_GST_SOUNDSINK | ||
106 | GstState getState() const { return mState; } | 101 | GstState getState() const { return mState; } |
107 | }; | 102 | }; |
108 | 103 | ||
@@ -132,4 +127,4 @@ public: | |||
132 | 127 | ||
133 | ///#endif // LL_GSTREAMER_ENABLED | 128 | ///#endif // LL_GSTREAMER_ENABLED |
134 | 129 | ||
135 | ///#endif // llmediaimplgstreamer_h | 130 | #endif // llmediaimplgstreamer_h |