diff options
author | McCabe Maxsted | 2009-01-28 13:20:05 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-01-28 13:20:05 -0700 |
commit | 08f505ce7895f3bbad92484cd2a6050030326e6e (patch) | |
tree | 3aac16e7797ac44255997c84751f3d58dad25922 /linden/indra/llmedia/llmediaimplgstreamervidplug.h | |
parent | Merge branch 'scriptcommentfix' into 1.1.0-RC1 (diff) | |
download | meta-impy-08f505ce7895f3bbad92484cd2a6050030326e6e.zip meta-impy-08f505ce7895f3bbad92484cd2a6050030326e6e.tar.gz meta-impy-08f505ce7895f3bbad92484cd2a6050030326e6e.tar.bz2 meta-impy-08f505ce7895f3bbad92484cd2a6050030326e6e.tar.xz |
Added GStreamer to Cmake
Diffstat (limited to 'linden/indra/llmedia/llmediaimplgstreamervidplug.h')
-rw-r--r-- | linden/indra/llmedia/llmediaimplgstreamervidplug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llmedia/llmediaimplgstreamervidplug.h b/linden/indra/llmedia/llmediaimplgstreamervidplug.h index 026a52d..88caf3b 100644 --- a/linden/indra/llmedia/llmediaimplgstreamervidplug.h +++ b/linden/indra/llmedia/llmediaimplgstreamervidplug.h | |||
@@ -38,7 +38,7 @@ extern "C" { | |||
38 | #include <gst/gst.h> | 38 | #include <gst/gst.h> |
39 | #include <gst/video/video.h> | 39 | #include <gst/video/video.h> |
40 | #include <gst/video/gstvideosink.h> | 40 | #include <gst/video/gstvideosink.h> |
41 | #include <gthread.h> | 41 | #include <glib/gthread.h> |
42 | } | 42 | } |
43 | 43 | ||
44 | G_BEGIN_DECLS | 44 | G_BEGIN_DECLS |