shinchiro / mpv-winbuild-cmake

CMake-based MinGW-w64 Cross Toolchain
659 stars 117 forks source link

ffmpeg: explicitly enable pthreads, disable w32threads #593

Closed Andarwinux closed 10 months ago

Andarwinux commented 10 months ago

latest mingw-w64 fixed pthreads problem, but ffmpeg still use win32threads by default.

Note that configure may fail if toolchain has not been rebuilt recently. Rebuild toolchain will fix it (no need rebuild LLVM).