diff options
author | Ima Mechanique <ima.mechanique@secondlife.com> | 2014-02-01 13:07:42 +0000 |
---|---|---|
committer | Ima Mechanique <ima.mechanique@secondlife.com> | 2014-02-01 13:07:42 +0000 |
commit | d993d6347a2c9f559d9ee8c5ac8e9292944156f0 (patch) | |
tree | 02149e36b1cdbf7016a94af5e55a010b1eaa7bd9 /indra/cmake/GStreamer010Plugin.cmake | |
parent | cec62b7872db7a9ca52e3872b96bf36f6e271f77 (diff) | |
parent | 69c32b04cfd52c6fbd34997fa6485a84435743ef (diff) |
Merge
Diffstat (limited to 'indra/cmake/GStreamer010Plugin.cmake')
-rwxr-xr-x | indra/cmake/GStreamer010Plugin.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/cmake/GStreamer010Plugin.cmake b/indra/cmake/GStreamer010Plugin.cmake index d2d0699bcd..d1c99d5409 100755 --- a/indra/cmake/GStreamer010Plugin.cmake +++ b/indra/cmake/GStreamer010Plugin.cmake @@ -8,8 +8,8 @@ if (STANDALONE) pkg_check_modules(GSTREAMER010_PLUGINS_BASE REQUIRED gstreamer-plugins-base-0.10) elseif (LINUX) use_prebuilt_binary(gstreamer) - # possible libxml should have its own .cmake file instead - use_prebuilt_binary(libxml) + # possible libxml2 should have its own .cmake file instead + use_prebuilt_binary(libxml2) set(GSTREAMER010_FOUND ON FORCE BOOL) set(GSTREAMER010_PLUGINS_BASE_FOUND ON FORCE BOOL) set(GSTREAMER010_INCLUDE_DIRS |