diff options
author | Sergei Litovchuk <slitovchuk@productengine.com> | 2009-12-01 20:52:33 +0200 |
---|---|---|
committer | Sergei Litovchuk <slitovchuk@productengine.com> | 2009-12-01 20:52:33 +0200 |
commit | feef63d05f8bf9147acd9f509bf7fdae0000f7c9 (patch) | |
tree | 5fa687e8e160c58a761233867910313b3814324b /indra | |
parent | 57fca8d6e8c3c925fc3a3fff8833c4e43db8f24c (diff) |
build fix (on behalf of Eugene Mutavchi)
--HG--
branch : product-engine
Diffstat (limited to 'indra')
-rw-r--r-- | indra/media_plugins/gstreamer010/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/media_plugins/gstreamer010/CMakeLists.txt b/indra/media_plugins/gstreamer010/CMakeLists.txt index a9f7938b41..3b73e04786 100644 --- a/indra/media_plugins/gstreamer010/CMakeLists.txt +++ b/indra/media_plugins/gstreamer010/CMakeLists.txt @@ -42,12 +42,12 @@ set(media_plugin_gstreamer010_HEADER_FILES llmediaimplgstreamertriviallogging.h ) -if (${CXX_VERSION} MATCHES "4[23].") +if (${CXX_VERSION_NUMBER} MATCHES "4[23].") # Work around a bad interaction between broken gstreamer headers and # g++ 4.3's increased strictness. set_source_files_properties(llmediaimplgstreamervidplug.cpp PROPERTIES COMPILE_FLAGS -Wno-write-strings) -endif (${CXX_VERSION} MATCHES "4[23].") +endif (${CXX_VERSION_NUMBER} MATCHES "4[23].") add_library(media_plugin_gstreamer010 SHARED |