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

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


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

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

This is the part we keep misunderstanding each other - I don't see how you
could construct such case.

I'd put AC_MSG_ERROR only in case gstreamer is detected, but is mismatched.

If it's not detected, we're not in the branch.

If we're building wine64, gstreamer is detected and mismatch happens, toolchain
is incorrect.

If we're building wine32, gstreamer is detected and mismatch happens, toolchain
is incorrect.

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