aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra
diff options
context:
space:
mode:
authorMcCabe Maxsted2011-02-14 13:04:56 -0700
committerMcCabe Maxsted2011-02-18 19:10:14 -0700
commit545d9985335add599df10d28781738ee99857fa7 (patch)
tree9733a3b180587b0c5be7d8f70507a7f4a300ef28 /linden/indra
parentFixed gstreamer plugin headers missing from cmake (diff)
downloadmeta-impy-545d9985335add599df10d28781738ee99857fa7.zip
meta-impy-545d9985335add599df10d28781738ee99857fa7.tar.gz
meta-impy-545d9985335add599df10d28781738ee99857fa7.tar.bz2
meta-impy-545d9985335add599df10d28781738ee99857fa7.tar.xz
Fixed cmake using the old windows gstreamer plugin libs
Diffstat (limited to 'linden/indra')
-rw-r--r--linden/indra/cmake/GStreamer010Plugin.cmake8
1 files changed, 4 insertions, 4 deletions
diff --git a/linden/indra/cmake/GStreamer010Plugin.cmake b/linden/indra/cmake/GStreamer010Plugin.cmake
index f3bd9d7..ec9b828 100644
--- a/linden/indra/cmake/GStreamer010Plugin.cmake
+++ b/linden/indra/cmake/GStreamer010Plugin.cmake
@@ -35,10 +35,10 @@ if (WINDOWS)
35 # We don't need to explicitly link against gstreamer itself, because 35 # We don't need to explicitly link against gstreamer itself, because
36 # LLMediaImplGStreamer probes for the system's copy at runtime. 36 # LLMediaImplGStreamer probes for the system's copy at runtime.
37 set(GSTREAMER010_LIBRARIES 37 set(GSTREAMER010_LIBRARIES
38 libgstvideo 38 gstaudio-0.10.lib
39 libgstaudio 39 gstbase-0.10.lib
40 libgstbase-0.10 40 gstreamer-0.10.lib
41 libgstreamer-0.10 41 gstvideo-0.10.lib
42 gobject-2.0 42 gobject-2.0
43 gmodule-2.0 43 gmodule-2.0
44 gthread-2.0 44 gthread-2.0