[gstreamer-bugs] [Bug 305149] New: faad plugin in 0.8.8.2 pre-release doesn't compile on amd64

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Sun May 22 17:38:56 PDT 2005


Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=305149
 GStreamer | gst-plugins | Ver: 0.8.8

           Summary: faad plugin in 0.8.8.2 pre-release doesn't compile on
                    amd64
           Product: GStreamer
           Version: 0.8.8
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: neitzke at fas.harvard.edu
         QAContact: gstreamer-bugs at lists.sourceforge.net
                CC: all-bugs at bugzilla.gnome.org


Distribution/Version: Gentoo

Attempting to compile the faad plugin in the 0.8.8.2 pre-release fails on 
amd64.  The trouble is that "samplerate" in gstfaad.c is defined as "gulong", 
which is 64-bit on amd64, while in faad.h it is defined as "uint32_t".  I'm not 
sure what is the most correct way of fixing this, but changing "gulong" to 
"uint32_t" on lines 304 and 677 of gstfaad.c allowed the plugin to compile for 
me.

------- 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