summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-07-08 14:01:19 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-07-08 14:01:19 +0000
commit9c2d06313bd2d6e498982b906d813f740c400855 (patch)
treee06f7316fe27b6f7ecf076c1224e2f2ebf0e58b7 /ChangeLog
parentc8a54904b232087dac1dd5eded8a9ad9008cc0f9 (diff)
downloadgst-plugins-bad-9c2d06313bd2d6e498982b906d813f740c400855.tar.gz
gst-plugins-bad-9c2d06313bd2d6e498982b906d813f740c400855.tar.bz2
gst-plugins-bad-9c2d06313bd2d6e498982b906d813f740c400855.zip
configure.ac: Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include flags that are invalid for C++.
Original commit message from CVS: * configure.ac: Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include flags that are invalid for C++.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8361bf52..ebde6c85 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2008-07-08 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+ * configure.ac:
+ Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
+ flags that are invalid for C++.
+
+2008-07-08 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
* ext/spc/gstspc.c: (spc_setup):
* gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc:
Don't use declarations after statements in the remaining code.