Skip to content

Fix for logical processors being ignored on macOS

Adrian Grange requested to merge github/fork/brion/mac-threads into master

Created by: brion

The enforcement of the -lp option for logical processor count was #ifdef'd to Windows and Linux only, causing the option to be ignored on macOS builds.

Fixes https://github.com/OpenVisualCloud/SVT-AV1/issues/483

Merge request reports