1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-04 02:41:19 +00:00

doesn't detect correct ffmpeg version for android

This commit is contained in:
Jared Davenport 2024-07-01 05:04:32 +00:00
parent b1de8ed720
commit 3a8bafd7b1

View File

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