[gstreamer-bugs] [Bug 319795] compiling the faad plugin fails (gst-plugins-bad HEAD)

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu Oct 27 06:33:08 PDT 2005


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=319795
 GStreamer | gst-plugins-bad | Ver: HEAD CVS

Tim-Philipp Müller changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE
   Target Milestone|HEAD                        |NONE



------- Additional Comments From Tim-Philipp Müller  2005-10-27 13:33 -------
Well, here and in faad CVS the prototypes are like this:

/* Init the library based on info from the AAC file (ADTS/ADIF) */
long FAADAPI faacDecInit(faacDecHandle hDecoder,
                        unsigned char *buffer,
                        unsigned long buffer_size,
                        unsigned long *samplerate,
                        unsigned char *channels);

/* Init the library using a DecoderSpecificInfo */
char FAADAPI faacDecInit2(faacDecHandle hDecoder, unsigned char *pBuffer,
                         unsigned long SizeOfDecoderSpecificInfo,
                         unsigned long *samplerate, unsigned char *channels);

Seems to be a gentoo-specific patch to the headers that causes this. Best to
take it up with the gentoo maintainers. In the mean time you can remove all
mentions of -Werror from ext/faad/Makefile (until the next autogen/configure).

 Cheers
  -Tim


*** This bug has been marked as a duplicate of 305149 ***

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list