[Bug 774106] gst-libav fails to build on windows 7 x-64

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Nov 10 10:46:20 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=774106

--- Comment #11 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
But #if _WIN32_WINNT < 0x0600, then it will never ever be used anywhere in
ffmpeg according to compat/w32pthreads.h. Only #if _WIN32_WINNT >= 0x0600, then
it will be used wherever the non-Ex versions are used.

You say it fails for you #if _WIN32_WINNT < 0x0600 because code uses that
function (as in your log). But I don't see how.


So something seems very broken here. Or what am I missing?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list