[Bug 31836] Add support for GStreamer 1.0 API/ABI

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Jan 21 11:11:14 CST 2016


https://bugs.winehq.org/show_bug.cgi?id=31836

--- Comment #38 from Andrew Eikum <aeikum at codeweavers.com> ---
(In reply to Rafał Mużyło from comment #37)
> The way I read wine's configure.ac and glibconfig.h, the check you really
> want here is slightly different and in a slightly different position.
> 
> Namely, first the checks AC_CHECK_HEADER/AC_CHECK_LIB should run.
> Then, if they succeed, the next check to run would be AC_COMPILE_IFELSE for
> 'GLIB_SIZEOF_LONG == sizeof(long)'.
> If that fails, you want to AC_MSG_ERROR right here, cause this would mean
> exactly that the mentioned toolchain mistake took place.

I'd happily approve of a patch to improve this detection and its diagnostic
message. I'd probably go with a warning instead of an error, since many distros
don't ship 32-bit gstreamer and I don't want to kill those builds because they
happen to have 64-bit gstreamer installed.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.


More information about the wine-bugs mailing list