Skip to content

Commit

Permalink
chore: update ffmpeg to 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mutschler committed Dec 18, 2024
1 parent 1f4b5d6 commit eb876cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit eb876cf

Please sign in to comment.