ext/sidplay/Makefile.am: Use GST_CXXFLAGS for C++ code instead of GST_CFLAGS. The...
authorSebastian Dröge <slomo@circular-chaos.org>
Mon, 17 Nov 2008 09:53:39 +0000 (09:53 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Mon, 17 Nov 2008 09:53:39 +0000 (09:53 +0000)
commit1ddbd60c6154faa5255998cfcd64d3baa5d27eb8
tree64096e2151fec05c1a356adbc24ccb6ff40b0900
parent73f76a8866f9e56f716f7daf52a3d14afd9f0487
ext/sidplay/Makefile.am: Use GST_CXXFLAGS for C++ code instead of GST_CFLAGS. The latter could contain CFLAGS that do...

Original commit message from CVS:
* 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.
ChangeLog
ext/sidplay/Makefile.am