CMake: Bump version requirement

pull/3696/head
Stenzek 5 months ago
parent b20c2b281f
commit 7db0555b60
No known key found for this signature in database

@ -112,7 +112,7 @@ if(NOT WIN32)
endif()
if(NOT WIN32)
find_package(FFMPEG 8.0.0 COMPONENTS avcodec avformat avutil swresample swscale)
find_package(FFMPEG 8.0.1 COMPONENTS avcodec avformat avutil swresample swscale)
if(NOT FFMPEG_FOUND)
message(WARNING "FFmpeg not found, using bundled headers.")
endif()

Loading…
Cancel
Save