aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/cmake
diff options
context:
space:
mode:
authorJacek Antonelli2009-03-26 14:41:03 -0500
committerJacek Antonelli2009-03-26 14:41:03 -0500
commit421735bdcfc567226278c3d88a2dfd30cd694d87 (patch)
treefdc54cf33aa666b96a435cb815ea2e2fb6da6116 /linden/indra/cmake
parentSymlinks for Mac glib dylibs (2.0.0 -> 2.0). (diff)
parentFixed/improved how slvideo gst plugin is registered. (diff)
downloadmeta-impy-421735bdcfc567226278c3d88a2dfd30cd694d87.zip
meta-impy-421735bdcfc567226278c3d88a2dfd30cd694d87.tar.gz
meta-impy-421735bdcfc567226278c3d88a2dfd30cd694d87.tar.bz2
meta-impy-421735bdcfc567226278c3d88a2dfd30cd694d87.tar.xz
Merge commit 'gst-revamp' into mac-1.1.0
Conflicts: linden/indra/cmake/GStreamer.cmake linden/indra/llmedia/llmediaimplgstreamer.cpp
Diffstat (limited to 'linden/indra/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