summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-01-04 18:30:21 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-01-04 18:30:21 +0000
commit9d06bf944169af1a04668422e5387421a77bc3b8 (patch)
treec706196a0c4eab5135e8b6d1264f495ef8443f2b /ChangeLog
parente8833df8140054748f60267de744e93f5d86b988 (diff)
ext/taglib/: Remove useless typedefs without new type name. Fixes a warning with gcc 4.3.
Original commit message from CVS: * ext/taglib/gstapev2mux.h: * ext/taglib/gstid3v2mux.h: Remove useless typedefs without new type name. Fixes a warning with gcc 4.3.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5c8a670e..305c3dcf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-01-04 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * ext/taglib/gstapev2mux.h:
+ * ext/taglib/gstid3v2mux.h:
+ Remove useless typedefs without new type name. Fixes a warning with
+ gcc 4.3.
+
2008-01-03 Wim Taymans <wim.taymans@collabora.co.uk>
Patch by: John Millikin <jmillikin at gmail dot com>