parent
fac5d565aa
commit
c76edf74c6
|
@ -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})
|
||||
|
|
Loading…
Reference in New Issue