ffmpeg: switch default to ffmpeg_8

This commit is contained in:
jopejoe1
2025-10-09 22:36:28 +02:00
parent f155a3942c
commit 130c992961

View File

@@ -65,7 +65,7 @@ rec {
# unversioned aliases to allow for quicker migration to new releases,
# but can pin one of the versioned variants if they do not work with
# the current default version.
ffmpeg = ffmpeg_7;
ffmpeg-headless = ffmpeg_7-headless;
ffmpeg-full = ffmpeg_7-full;
ffmpeg = ffmpeg_8;
ffmpeg-headless = ffmpeg_8-headless;
ffmpeg-full = ffmpeg_8-full;
}