aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/cmake/GStreamer.cmake
diff options
context:
space:
mode:
authorMcCabe Maxsted2009-08-29 12:26:40 -0700
committerMcCabe Maxsted2009-08-29 12:26:40 -0700
commit940e0079539e0d80c21b627caa6f83968629d02b (patch)
tree7be5f24726a95c58cb8749b88e2ee19a4fe13031 /linden/indra/cmake/GStreamer.cmake
parentFixed OpenAL CMake error (diff)
downloadmeta-impy-940e0079539e0d80c21b627caa6f83968629d02b.zip
meta-impy-940e0079539e0d80c21b627caa6f83968629d02b.tar.gz
meta-impy-940e0079539e0d80c21b627caa6f83968629d02b.tar.bz2
meta-impy-940e0079539e0d80c21b627caa6f83968629d02b.tar.xz
Fixed CMake not finding GLib on windows
Diffstat (limited to 'linden/indra/cmake/GStreamer.cmake')
-rw-r--r--linden/indra/cmake/GStreamer.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/cmake/GStreamer.cmake b/linden/indra/cmake/GStreamer.cmake
index 880233e..29896d0 100644
--- a/linden/indra/cmake/GStreamer.cmake
+++ b/linden/indra/cmake/GStreamer.cmake
@@ -11,6 +11,7 @@ if (WINDOWS)
11 11
12 use_prebuilt_binary(libxml) 12 use_prebuilt_binary(libxml)
13 use_prebuilt_binary(iconv) 13 use_prebuilt_binary(iconv)
14 use_prebuilt_binary(glib)
14 use_prebuilt_binary(gstreamer-plugins) 15 use_prebuilt_binary(gstreamer-plugins)
15 set(GSTREAMER_FOUND ON FORCE BOOL) 16 set(GSTREAMER_FOUND ON FORCE BOOL)
16 set(GSTREAMER_INCLUDE_DIRS 17 set(GSTREAMER_INCLUDE_DIRS