summaryrefslogtreecommitdiff
path: root/indra/cmake/GStreamer010Plugin.cmake
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2011-03-03 07:20:04 -0500
committerOz Linden <oz@lindenlab.com>2011-03-03 07:20:04 -0500
commit64c07135bab95b5425ddff69351f0c86301def97 (patch)
treeff3ed9375340cebcfa34904e5a9a2ee3ba105ee1 /indra/cmake/GStreamer010Plugin.cmake
parentaa72b0df03c1dfea7571eae4abed30ce9f269158 (diff)
parent7f00a037ee61de0573f00b33ab637794387b2b64 (diff)
merge up from viewer-development
Diffstat (limited to 'indra/cmake/GStreamer010Plugin.cmake')
-rw-r--r--indra/cmake/GStreamer010Plugin.cmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/cmake/GStreamer010Plugin.cmake b/indra/cmake/GStreamer010Plugin.cmake
index 0ca432da18..d2d0699bcd 100644
--- a/indra/cmake/GStreamer010Plugin.cmake
+++ b/indra/cmake/GStreamer010Plugin.cmake
@@ -13,9 +13,9 @@ elseif (LINUX)
set(GSTREAMER010_FOUND ON FORCE BOOL)
set(GSTREAMER010_PLUGINS_BASE_FOUND ON FORCE BOOL)
set(GSTREAMER010_INCLUDE_DIRS
- ${LIBS_PREBUILT_DIR}/${LL_ARCH_DIR}/include/gstreamer-0.10
- ${LIBS_PREBUILT_DIR}/${LL_ARCH_DIR}/include/glib-2.0
- ${LIBS_PREBUILT_DIR}/${LL_ARCH_DIR}/include/libxml2
+ ${LIBS_PREBUILT_DIR}/include/gstreamer-0.10
+ ${LIBS_PREBUILT_DIR}/include/glib-2.0
+ ${LIBS_PREBUILT_DIR}/include/libxml2
)
# We don't need to explicitly link against gstreamer itself, because
# LLMediaImplGStreamer probes for the system's copy at runtime.