summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2008-07-17 14:40:51 +0000
committerTim-Philipp Müller <tim@centricular.net>2008-07-17 14:40:51 +0000
commitadf2c0a4a4f0d3bccb42cd3bbce2ae26cbc4e985 (patch)
treec6348021ef43139fa7b4a6cfcf32eb15a844ac9e /ChangeLog
parentf2fb132b9c4b8ed008a3784f6f942119dbd74277 (diff)
Only use -Wno-attributes (which is there to work around a bug in the taglib 1.5 headers) if the c++ compiler actually...
Original commit message from CVS: * configure.ac:: * ext/taglib/Makefile.am:: Only use -Wno-attributes (which is there to work around a bug in the taglib 1.5 headers) if the c++ compiler actually supports it (#543255).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index de6c6e01..4051f999 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2008-07-17 Tim-Philipp Müller <tim.muller at collabora co uk>
+ * configure.ac::
+ * ext/taglib/Makefile.am::
+ Only use -Wno-attributes (which is there to work around a
+ bug in the taglib 1.5 headers) if the c++ compiler actually
+ supports it (#543255).
+
+2008-07-17 Tim-Philipp Müller <tim.muller at collabora co uk>
+
Patch by: Benoit Fouet <benoit.fouet purplelabs com>
* sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):