Fix MinGW build

Fix MinGW build
This commit is contained in:
Andy Vandijck 2025-07-07 10:07:13 +02:00
parent fac5d565aa
commit c76edf74c6
1 changed files with 1 additions and 1 deletions

View File

@ -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})