Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmake: Fix cross-compilation to windows.
The change committed in 6012678 causes a fatal error if the ffmpeg applications can't be found and used to determine its feature set. This is fine for local compiles but cross compiled executable can't be executed, so there's no point in requiring their existence (at this point in the compilation). Exempt cross compilation from this new check.
- Loading branch information