mirror of
https://github.com/OpenMW/openmw.git
synced 2026-05-06 07:56:40 -04:00
Remove unconditional Windows FFmpeg version warning
This commit is contained in:
@@ -381,10 +381,6 @@ if(NOT FFmpeg_FOUND)
|
||||
message(FATAL_ERROR "FFmpeg was not found" )
|
||||
endif()
|
||||
|
||||
if(WIN32)
|
||||
message("Can not detect FFmpeg version, at least the 3.2 is required" )
|
||||
endif()
|
||||
|
||||
# Required for building the FFmpeg headers
|
||||
add_compile_definitions(__STDC_CONSTANT_MACROS)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user