Skip to content
Snippets Groups Projects
Commit 2fc77b8e authored by Tofu Linden's avatar Tofu Linden
Browse files

VWR-19683 llmediaimplgstreamervidplug gcc 4.4 build errors

parent c21c192d
No related branches found
No related tags found
No related merge requests found
...@@ -185,6 +185,8 @@ Dale Glass ...@@ -185,6 +185,8 @@ Dale Glass
VWR-2502 VWR-2502
VWR-1358 VWR-1358
VWR-2041 VWR-2041
Drew Dri
VWR-19683
Drewan Keats Drewan Keats
VWR-28 VWR-28
VWR-248 VWR-248
......
...@@ -42,12 +42,12 @@ set(media_plugin_gstreamer010_HEADER_FILES ...@@ -42,12 +42,12 @@ set(media_plugin_gstreamer010_HEADER_FILES
llmediaimplgstreamertriviallogging.h llmediaimplgstreamertriviallogging.h
) )
if (${CXX_VERSION_NUMBER} MATCHES "4[23].") if (${CXX_VERSION_NUMBER} MATCHES "4[23456789].")
# Work around a bad interaction between broken gstreamer headers and # Work around a bad interaction between broken gstreamer headers and
# g++ 4.3's increased strictness. # g++ >= 4.2's increased strictness.
set_source_files_properties(llmediaimplgstreamervidplug.cpp PROPERTIES set_source_files_properties(llmediaimplgstreamervidplug.cpp PROPERTIES
COMPILE_FLAGS -Wno-write-strings) COMPILE_FLAGS -Wno-write-strings)
endif (${CXX_VERSION_NUMBER} MATCHES "4[23].") endif (${CXX_VERSION_NUMBER} MATCHES "4[23456789].")
add_library(media_plugin_gstreamer010 add_library(media_plugin_gstreamer010
SHARED SHARED
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment