Remove unconditional Windows FFmpeg version warning

This commit is contained in:
Alexei Kotov
2026-03-30 20:18:47 +03:00
parent 02b8749bfc
commit 043548f3de
-4
View File
@@ -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)