GNOME Bugzilla – Bug 561161
[sidplay] Uses GST_CFLAGS for C++
Last modified: 2008-11-17 09:53:42 UTC
Hi, sidplay currently uses GST_CFLAGS for C++ code. This can break as some CFLAGS are only valid for C and not C++. Attached patch fixes this by using GST_CXXFLAGS instead
Created attachment 122834 [details] [review] sidplay-cxxflags.diff
2008-11-17 Sebastian Dröge <sebastian.droege@collabora.co.uk> * ext/sidplay/Makefile.am: Use GST_CXXFLAGS for C++ code instead of GST_CFLAGS. The latter could contain CFLAGS that do not exist for C++, like -Wvla or -Wdeclaration-after-statement. Fixes bug #561161.