diff options
Diffstat (limited to 'linden/indra/cmake')
-rw-r--r-- | linden/indra/cmake/GStreamer010Plugin.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/cmake/GStreamer010Plugin.cmake b/linden/indra/cmake/GStreamer010Plugin.cmake index cafcd4c..878d3c0 100644 --- a/linden/indra/cmake/GStreamer010Plugin.cmake +++ b/linden/indra/cmake/GStreamer010Plugin.cmake | |||
@@ -8,6 +8,7 @@ if (STANDALONE) | |||
8 | pkg_check_modules(GSTREAMER010_PLUGINS_BASE REQUIRED gstreamer-plugins-base-0.10) | 8 | pkg_check_modules(GSTREAMER010_PLUGINS_BASE REQUIRED gstreamer-plugins-base-0.10) |
9 | endif (STANDALONE) | 9 | endif (STANDALONE) |
10 | 10 | ||
11 | if (LINUX) | ||
11 | use_prebuilt_binary(gstreamer) | 12 | use_prebuilt_binary(gstreamer) |
12 | # possible libxml should have its own .cmake file instead | 13 | # possible libxml should have its own .cmake file instead |
13 | use_prebuilt_binary(libxml) | 14 | use_prebuilt_binary(libxml) |
@@ -18,6 +19,7 @@ endif (STANDALONE) | |||
18 | ${LIBS_PREBUILT_DIR}/${LL_ARCH_DIR}/include/glib-2.0 | 19 | ${LIBS_PREBUILT_DIR}/${LL_ARCH_DIR}/include/glib-2.0 |
19 | ${LIBS_PREBUILT_DIR}/${LL_ARCH_DIR}/include/libxml2 | 20 | ${LIBS_PREBUILT_DIR}/${LL_ARCH_DIR}/include/libxml2 |
20 | ) | 21 | ) |
22 | endif (LINUX) | ||
21 | 23 | ||
22 | if (WINDOWS) | 24 | if (WINDOWS) |
23 | # We don't need to explicitly link against gstreamer itself, because | 25 | # We don't need to explicitly link against gstreamer itself, because |