diff options
author | McCabe Maxsted | 2009-10-03 19:35:17 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-10-03 19:35:17 -0700 |
commit | 640d11fbd63858bf82fa7ae3affc24032da73258 (patch) | |
tree | 023aa56f3b8f940a2caa316c67153feea1bba6ed /linden/indra/llmedia | |
parent | Fixed account label not showing up in profiles (diff) | |
download | meta-impy-640d11fbd63858bf82fa7ae3affc24032da73258.zip meta-impy-640d11fbd63858bf82fa7ae3affc24032da73258.tar.gz meta-impy-640d11fbd63858bf82fa7ae3affc24032da73258.tar.bz2 meta-impy-640d11fbd63858bf82fa7ae3affc24032da73258.tar.xz |
Fixed extern C issue in llmediaimplgstreamer.h for Windows
Diffstat (limited to 'linden/indra/llmedia')
-rw-r--r-- | linden/indra/llmedia/llmediaimplgstreamer.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/linden/indra/llmedia/llmediaimplgstreamer.h b/linden/indra/llmedia/llmediaimplgstreamer.h index 51a8c37..8d2e756 100644 --- a/linden/indra/llmedia/llmediaimplgstreamer.h +++ b/linden/indra/llmedia/llmediaimplgstreamer.h | |||
@@ -40,12 +40,13 @@ | |||
40 | ///#if LL_GSTREAMER_ENABLED | 40 | ///#if LL_GSTREAMER_ENABLED |
41 | 41 | ||
42 | extern "C" { | 42 | extern "C" { |
43 | #include <stdio.h> | ||
44 | #include <gst/gst.h> | 43 | #include <gst/gst.h> |
44 | } | ||
45 | 45 | ||
46 | #include <stdio.h> | ||
46 | #include "apr_pools.h" | 47 | #include "apr_pools.h" |
47 | #include "apr_dso.h" | 48 | #include "apr_dso.h" |
48 | } | 49 | |
49 | 50 | ||
50 | #include "llmediaimplgstreamervidplug.h" | 51 | #include "llmediaimplgstreamervidplug.h" |
51 | #include "llgstplaythread.h" | 52 | #include "llgstplaythread.h" |