diff options
author | Stefan Kost <ensonic@users.sourceforge.net> | 2007-02-11 11:35:47 +0000 |
---|---|---|
committer | Stefan Kost <ensonic@users.sourceforge.net> | 2007-02-11 11:35:47 +0000 |
commit | 8450ee444c3b233987ec6b4c3147d80838d2d4e6 (patch) | |
tree | f60671d9d50f41c102b807239b911286ac4f8404 /ChangeLog | |
parent | 810e30e924070b2bdb5c9df5f6e1063c03ea63b6 (diff) | |
download | gst-plugins-bad-8450ee444c3b233987ec6b4c3147d80838d2d4e6.tar.gz gst-plugins-bad-8450ee444c3b233987ec6b4c3147d80838d2d4e6.tar.bz2 gst-plugins-bad-8450ee444c3b233987ec6b4c3147d80838d2d4e6.zip |
configure.ac: Tell the code which faad it is, so that we can adjust the hacks needed.
Original commit message from CVS:
* configure.ac:
Tell the code which faad it is, so that we can adjust the hacks
needed.
* ext/faad/gstfaad.c:
Make our hacks dependent on the fadd lib in use.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,6 +1,16 @@ 2007-02-11 Stefan Kost <ensonic@users.sf.net> * configure.ac: + Tell the code which faad it is, so that we can adjust the hacks + needed. + + * ext/faad/gstfaad.c: + Make our hacks dependent on the fadd lib in use. + + +2007-02-11 Stefan Kost <ensonic@users.sf.net> + + * configure.ac: Fix faad detection to support also fadd with new symbol prefix. ChangeLog surgery. |