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

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


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

--- Comment #37 from Rafał Mużyło <galtgendo at o2.pl> ---
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.

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