summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-11-17 09:53:39 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-11-17 09:53:39 +0000
commit1ddbd60c6154faa5255998cfcd64d3baa5d27eb8 (patch)
tree64096e2151fec05c1a356adbc24ccb6ff40b0900 /ChangeLog
parent73f76a8866f9e56f716f7daf52a3d14afd9f0487 (diff)
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c6a8cba75c..c2c6d7a871 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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.
+
2008-11-12 Jan Schmidt <jan.schmidt@sun.com>
* configure.ac: