From eb876cf18c09b8ed670b4037ce0d22a74ebc9f56 Mon Sep 17 00:00:00 2001 From: mutschler Date: Wed, 18 Dec 2024 19:35:15 +0100 Subject: [PATCH] chore: update ffmpeg to 7.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1b9dd72..34fca9a 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ #target is to generate several bin files automatically ARCHES := linux_amd64 i686-w64-mingw32 x86_64-w64-mingw32 arm-linux-gnueabihf -FFMPEG_VERSION = 6.0 +FFMPEG_VERSION = 7.1 FFMPEG_PKG = ffmpeg-$(FFMPEG_VERSION) FFMPEG_EXT = tar.bz2 FFMPEG_SRC = http://ffmpeg.org/releases/$(FFMPEG_PKG).$(FFMPEG_EXT)