[Bug 812573] Review Request: mingw-gstreamer-plugins-good - Cross compiled GStreamer plug-ins good

bugzilla at redhat.com bugzilla at redhat.com
Mon Apr 23 21:27:00 UTC 2012


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=812573

--- Comment #5 from Erik van Pienbroek <erik-fedora at vanpienbroek.nl> 2012-04-23 17:26:59 EDT ---
While testing this package I noticed a difference in the configure output
between the win32 and win64 build:

win32:
configure: *** checking feature: bz2 library for matroska  ***
checking for BZ2_bzCompress in -lbz2... no

win64:
configure: *** checking feature: bz2 library for matroska  ***
checking for BZ2_bzCompress in -lbz2... yes

I suspect this is caused by the fact that exported symbols (with the __stdcall
calling convention) on win32 are prefixed with an _ which doesn't happen for
win64 and autoconf is too dumb to include the real <bzlib.h> header. You might
want to look into this and workaround this autoconf behaviour

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the mingw mailing list