diff options
author | unknown | 2009-01-09 10:39:27 -0700 |
---|---|---|
committer | unknown | 2009-01-09 10:39:27 -0700 |
commit | 1d64c72eed35a4b386dfeab6e88963e644fa5100 (patch) | |
tree | ec7a060d972f475cb3ada57f5cf719072a859fc5 /linden/indra/llmedia/llmediaimplgstreamer.h | |
parent | Added openal32.dll and alut.dll to CopyWinLibs.cmake (diff) | |
download | meta-impy-1d64c72eed35a4b386dfeab6e88963e644fa5100.zip meta-impy-1d64c72eed35a4b386dfeab6e88963e644fa5100.tar.gz meta-impy-1d64c72eed35a4b386dfeab6e88963e644fa5100.tar.bz2 meta-impy-1d64c72eed35a4b386dfeab6e88963e644fa5100.tar.xz |
minor gstreamer tweak
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llmedia/llmediaimplgstreamer.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/linden/indra/llmedia/llmediaimplgstreamer.h b/linden/indra/llmedia/llmediaimplgstreamer.h index 6deb3f4..4b9353b 100644 --- a/linden/indra/llmedia/llmediaimplgstreamer.h +++ b/linden/indra/llmedia/llmediaimplgstreamer.h | |||
@@ -42,12 +42,9 @@ | |||
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 | 45 | #include <apr_pools.h> | |
46 | #include "apr_pools.h" | 46 | #include <apr_dso.h> |
47 | #include "apr_dso.h" | ||
48 | } | 47 | } |
49 | //#include <glib-object.h> | ||
50 | //#include <gmain.h> | ||
51 | 48 | ||
52 | #include "llmediaimplgstreamervidplug.h" | 49 | #include "llmediaimplgstreamervidplug.h" |
53 | #ifdef LL_GST_SOUNDSINK | 50 | #ifdef LL_GST_SOUNDSINK |