diff options
author | McCabe Maxsted | 2009-08-29 12:26:40 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-08-29 12:26:40 -0700 |
commit | 940e0079539e0d80c21b627caa6f83968629d02b (patch) | |
tree | 7be5f24726a95c58cb8749b88e2ee19a4fe13031 /linden/indra/cmake/GStreamer.cmake | |
parent | Fixed OpenAL CMake error (diff) | |
download | meta-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.cmake | 1 |
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 |