mirror of
https://github.com/stenzek/duckstation.git
synced 2026-02-04 05:04:33 +00:00
CMake: Bump version requirement
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user