mirror of
https://github.com/OpenMW/openmw.git
synced 2025-03-01 01:09:41 +00:00
doesn't detect correct ffmpeg version for android
This commit is contained in:
parent
b1de8ed720
commit
3a8bafd7b1
1 changed files with 1 additions and 1 deletions
|
@ -317,7 +317,7 @@ if(FFmpeg_FOUND)
|
|||
SET(FFVER_OK TRUE)
|
||||
|
||||
# Can not detect FFmpeg version on Windows for now
|
||||
if (NOT WIN32)
|
||||
if (NOT WIN32 AND NOT ANDROID)
|
||||
if(FFmpeg_AVFORMAT_VERSION VERSION_LESS "57.56.100")
|
||||
message(STATUS "libavformat is too old! (${FFmpeg_AVFORMAT_VERSION}, wanted 57.56.100)")
|
||||
set(FFVER_OK FALSE)
|
||||
|
|
Loading…
Reference in a new issue