dyne / frei0r

A large collection of free and portable video plugins
https://frei0r.dyne.org/
GNU General Public License v2.0
419 stars 91 forks source link

Check that the C++11 future feature is supported for kaleid0sc0pe #179

Closed gbendy closed 6 months ago

gbendy commented 11 months ago

The mingw cross compiler for windows can be built with either a posix thread model or a win32 thread model. The win32 thread model does not fully support future and builds fail. So we detect if future compilation works and disable multithreading if not.

Fixes issue #178