On Wed, May 13, 2026 at 09:16:55PM -0700, Andrew Pinski wrote: > The context is https://github.com/crosstool-ng/crosstool-ng/pull/2503 . > Basically BtbN does mingw builds with pthread threading because it > makes things like building ffmpeg easier to build.
--enable-threads=win32 is the default thread model for aarch64-w64-mingw32. It should be possible to build ffmpeg with the win32 thread model. It would be helpful to know why pthread threading is needed for ffmpeg? Regards, Evgeny
