summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2008-01-17 21:23:32 +0000
committerTim-Philipp Müller <tim@centricular.net>2008-01-17 21:23:32 +0000
commita745924f244f264eadcc51a83ad258beb5d96500 (patch)
tree2d41a2166498bf43dbb90134076b67db09778f5b /ChangeLog
parent156151291bfcced63eb356629206537a02eb52c3 (diff)
ext/flac/gstflacdec.c: where the picture metadata defines and structs don't exist yet.
Original commit message from CVS: * ext/flac/gstflacdec.c: Fix compilation against flac 1.1.2 (as on debian stable), where the picture metadata defines and structs don't exist yet. Fixes #509301.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bca5aefa..748ff829 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-01-17 Tim-Philipp Müller <tim at centricular dot net>
+
+ * ext/flac/gstflacdec.c:
+ Fix compilation against flac 1.1.2 (as on debian stable), where
+ the picture metadata defines and structs don't exist yet.
+ Fixes #509301.
+
2008-01-17 Wim Taymans <wim.taymans@collabora.co.uk>
Patch by: Olivier Crete <tester at tester dot ca>