diff options
author | Michael Smith <msmith@xiph.org> | 2005-11-11 18:54:14 +0000 |
---|---|---|
committer | Michael Smith <msmith@xiph.org> | 2005-11-11 18:54:14 +0000 |
commit | e765addd73d4417d17f5ca8d6819c41f026853da (patch) | |
tree | bf352e413b2794b46794ee4418f01e22ded74d41 /ChangeLog | |
parent | 6b94a5333ee1fe39f6fe6ecc76db5f73bb0a8e7f (diff) | |
download | gst-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |