After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 166113 - [faad] plugin won't compile against faad CVS (unreleased version)
[faad] plugin won't compile against faad CVS (unreleased version)
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: Normal normal
: 0.8.9
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-02-03 01:30 UTC by Nicholas Miell
Modified: 2005-03-10 15:28 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Nicholas Miell 2005-02-03 01:30:17 UTC
Recent versions of faad renamed all of it's external symbols from faac* to NeAAC*.
Backward compatibility (of a sort) is provided via lots of macros defined in faad.h

However, the test that gst-plugins uses to detect the presence of faad will
always fail, because the test program produced by GST_CHECK_LIBHEADER(FAAD,
faad, faacDecOpen, -lm, faad.h, FAAD_LIBS="-lfaad -lm", HAVE_FAAD="no")
references faacDecOpen without including faad.h. Because the symbol faacDecOpen
no longer exists and faad.h isn't included to redefine faacDecOpen as
NeAACDecOpen, the test will always fail.
Comment 1 Ronald Bultje 2005-02-08 14:28:00 UTC
This is a not-yet released version of faad, therefore I'm not updating yet.
Comment 2 Ronald Bultje 2005-03-10 15:28:26 UTC
Fixed.