aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/media_plugins/gstreamer010/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/media_plugins/gstreamer010/CMakeLists.txt')
-rw-r--r--[-rwxr-xr-x]linden/indra/media_plugins/gstreamer010/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/linden/indra/media_plugins/gstreamer010/CMakeLists.txt b/linden/indra/media_plugins/gstreamer010/CMakeLists.txt
index ee16849..6eab49c 100755..100644
--- a/linden/indra/media_plugins/gstreamer010/CMakeLists.txt
+++ b/linden/indra/media_plugins/gstreamer010/CMakeLists.txt
@@ -2,6 +2,10 @@
2 2
3project(media_plugin_gstreamer010) 3project(media_plugin_gstreamer010)
4 4
5if(HAVE_64_BIT)
6 set(REQUIRE_PIC)
7endif(HAVE_64_BIT)
8
5include(00-Common) 9include(00-Common)
6include(LLCommon) 10include(LLCommon)
7include(LLImage) 11include(LLImage)