Skip to content

Commit 6fc4bb0

Browse files
committed
Use ffmpeg 8.1
1 parent a5ef856 commit 6fc4bb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ else()
132132
# ———————————————————————————————————————————————
133133
if(NEED_BUILD_FFMPEG_STATIC)
134134
set(FFMPEG_GIT_REPO "https://github.com/FFmpeg/FFmpeg.git" CACHE STRING "FFmpeg Git repository URL")
135-
set(FFMPEG_GIT_TAG "n7.1" CACHE STRING "FFmpeg Git tag/branch to fetch")
135+
set(FFMPEG_GIT_TAG "n8.1" CACHE STRING "FFmpeg Git tag/branch to fetch")
136136

137137
FetchContent_Declare(
138138
ffmpeg_source

0 commit comments

Comments
 (0)