aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/cmake/GStreamer.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/cmake/GStreamer.cmake')
-rw-r--r--linden/indra/cmake/GStreamer.cmake11
1 files changed, 4 insertions, 7 deletions
diff --git a/linden/indra/cmake/GStreamer.cmake b/linden/indra/cmake/GStreamer.cmake
index 8467dcd..f790e19 100644
--- a/linden/indra/cmake/GStreamer.cmake
+++ b/linden/indra/cmake/GStreamer.cmake
@@ -75,14 +75,11 @@ else (WINDOWS)
75 75
76 else (DARWIN) 76 else (DARWIN)
77 77
78 include(FindPkgConfig)
79
80 pkg_check_modules(GSTREAMER REQUIRED gstreamer-0.10)
81 pkg_check_modules(GSTREAMER_PLUGINS_BASE REQUIRED gstreamer-plugins-base-0.10)
82
83 # We don't need to explicitly link against gstreamer itself, because
84 # LLMediaImplGStreamer probes for the system's copy at runtime.
85 set(GSTREAMER_LIBRARIES 78 set(GSTREAMER_LIBRARIES
79 gstvideo-0.10
80 gstaudio-0.10
81 gstbase-0.10
82 gstreamer-0.10
86 gobject-2.0 83 gobject-2.0
87 gmodule-2.0 84 gmodule-2.0
88 dl 85 dl