Deps: Update to FFmpeg 8.0

This commit is contained in:
Stenzek
2025-10-11 13:12:15 +10:00
parent 3552a5b001
commit 505753da48
67 changed files with 1768 additions and 3433 deletions

View File

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