Hi, 2015-10-14 23:18 GMT+02:00 Hendrik Leppkes <[email protected]>: > +/* MinGW requires the intrinsics header for the pthread_once fallback code */ > +#if _WIN32_WINNT < 0x0600 && defined(__MINGW32__) > +#include <intrin.h> > +#endif
It's less fragile than unconditionally including that header, so OK. James Almer said the issue had already been reported, so this will suffice until it is fixed on mingw side. lgtm -- Christophe _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
