summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-12-14 16:20:15 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-12-14 16:20:15 +0000
commit32394b3c965ed52515d09091893a9b554aea6058 (patch)
tree36350f1077a8022b54560783746c2a09c167009b /ChangeLog
parent59c11224814b243c25cca9b0e5f9b47c939f2614 (diff)
configure.ac: libflac-1.1.3 changed API again, but we can't build against it yet, so make sure our check doesn't use ...
Original commit message from CVS: * configure.ac: libflac-1.1.3 changed API again, but we can't build against it yet, so make sure our check doesn't use libflac-1.1.3 and add a comment to this effect.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f4e52803..e60ce8c2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2006-12-14 Tim-Philipp Müller <tim at centricular dot net>
+ * configure.ac:
+ libflac-1.1.3 changed API again, but we can't build against it yet,
+ so make sure our check doesn't use libflac-1.1.3 and add a comment
+ to this effect.
+
+2006-12-14 Tim-Philipp Müller <tim at centricular dot net>
+
* gst/effectv/gstquark.c: (gst_quarktv_transform),
(gst_quarktv_planetable_clear):
Add some NULL pointer checks (possibly related to #385623).