Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ffmpeg to 7.0 #1690

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Makefile.ffmpeg
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,10 @@ FFNVCODEC_TB = $(FFNVCODEC).tar.gz
FFNVCODEC_URL = https://github.com/FFmpeg/nv-codec-headers/releases/download/n$(FFNVCODEC_VER)/nv-codec-headers-$(FFNVCODEC_VER).tar.gz
FFNVCODEC_SHA1 = 74231bb5572ebde98652a26ce98ede7895b4c730

FFMPEG = ffmpeg-6.1.1
FFMPEG = ffmpeg-7.0
FFMPEG_TB = $(FFMPEG).tar.bz2
FFMPEG_URL = https://ffmpeg.org/releases/$(FFMPEG_TB)
FFMPEG_SHA1 = 157e7b0f6521142e1ebd786175e363e9f1b59312
FFMPEG_SHA1 = 74eb4dd074e5466303ae083ed8b9103a1e72ffaf


# ##############################################################################
Expand Down
Loading