summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-07-08 14:01:51 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-07-08 14:01:51 +0000
commit449f1281d599e4c1f25b5491f3d22798bf084b8b (patch)
treea38638c41004938b8435dd992dace24527a7199f /ChangeLog
parent71c3c41c66fb90660c791760edc2d52dac054367 (diff)
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 3b0d3e94ff..2767f19611 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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-05 Sebastian Dröge <sebastian.droege@collabora.co.uk>
Patch by: Tal Shalif <tshalif at nargila dot org>