mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-06 00:55:50 +00:00
Update CMakeLists.txt
This commit is contained in:
parent
3a8bafd7b1
commit
06b0f6b970
@ -316,7 +316,7 @@ find_package(FFmpeg REQUIRED COMPONENTS AVCODEC AVFORMAT AVUTIL SWSCALE SWRESAMP
|
|||||||
if(FFmpeg_FOUND)
|
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 or Android for now
|
||||||
if (NOT WIN32 AND NOT ANDROID)
|
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)")
|
||||||
|
Loading…
Reference in New Issue
Block a user