mirror of
https://github.com/visualboyadvance-m/visualboyadvance-m
synced 2025-10-05 23:52:49 +02:00
Fix MinGW build
Fix MinGW build
This commit is contained in:
@@ -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})
|
||||
|
Reference in New Issue
Block a user