summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMichael Smith <msmith@xiph.org>2005-11-11 18:54:14 +0000
committerMichael Smith <msmith@xiph.org>2005-11-11 18:54:14 +0000
commite765addd73d4417d17f5ca8d6819c41f026853da (patch)
treebf352e413b2794b46794ee4418f01e22ded74d41 /ChangeLog
parent6b94a5333ee1fe39f6fe6ecc76db5f73bb0a8e7f (diff)
downloadgst-plugins-bad-e765addd73d4417d17f5ca8d6819c41f026853da.tar.gz
gst-plugins-bad-e765addd73d4417d17f5ca8d6819c41f026853da.tar.bz2
gst-plugins-bad-e765addd73d4417d17f5ca8d6819c41f026853da.zip
Fix compile on systems with broken faad headers.
Original commit message from CVS: Fix compile on systems with broken faad headers.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8bd6484a..9b8b8f2a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
2005-11-11 Michael Smith <msmith@fluendo.com>
* ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_chain):
+ Make this compile on systems with broken headers.
+
+2005-11-11 Michael Smith <msmith@fluendo.com>
+
+ * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_chain):
Call functions with the correct API. Unfortunately, unless your
distribution patches upstream, the public header file for FAAD
doesn't actually declare the API accurately. So, some nastiness