mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-11 13:25:53 -04:00
doesn't detect correct ffmpeg version for android
This commit is contained in:
parent
b1de8ed720
commit
3a8bafd7b1
@ -317,7 +317,7 @@ if(FFmpeg_FOUND)
|
|||||||
SET(FFVER_OK TRUE)
|
SET(FFVER_OK TRUE)
|
||||||
|
|
||||||
# Can not detect FFmpeg version on Windows for now
|
# 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")
|
if(FFmpeg_AVFORMAT_VERSION VERSION_LESS "57.56.100")
|
||||||
message(STATUS "libavformat is too old! (${FFmpeg_AVFORMAT_VERSION}, wanted 57.56.100)")
|
message(STATUS "libavformat is too old! (${FFmpeg_AVFORMAT_VERSION}, wanted 57.56.100)")
|
||||||
set(FFVER_OK FALSE)
|
set(FFVER_OK FALSE)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user