diff --git a/cmake/Options.cmake b/cmake/Options.cmake index bef66c4c..005f08a3 100644 --- a/cmake/Options.cmake +++ b/cmake/Options.cmake @@ -111,7 +111,7 @@ option(FIND_FFMPEG_APPLE "Find using Apple FFMPEG function" OFF) if(NOT TRANSLATIONS_ONLY AND (NOT DEFINED ENABLE_FFMPEG OR ENABLE_FFMPEG)) set(FFMPEG_DEFAULT ON) - if (APPLE OR MINGW) + if (APPLE) find_package(AppleFFMPEG COMPONENTS ${FFMPEG_COMPONENTS}) else() find_package(FFMPEG COMPONENTS ${FFMPEG_COMPONENTS})