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 svtav1 to 2.2.0 from 2.1.2 #507

Merged
merged 1 commit into from
Aug 20, 2024
Merged
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 Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -678,9 +678,9 @@ RUN \
# bump: svtav1 /SVTAV1_VERSION=([\d.]+)/ https://gitlab.com/AOMediaCodec/SVT-AV1.git|*
# bump: svtav1 after ./hashupdate Dockerfile SVTAV1 $LATEST
# bump: svtav1 link "Release notes" https://gitlab.com/AOMediaCodec/SVT-AV1/-/releases/v$LATEST
ARG SVTAV1_VERSION=2.1.2
ARG SVTAV1_VERSION=2.2.0
ARG SVTAV1_URL="https://gitlab.com/AOMediaCodec/SVT-AV1/-/archive/v$SVTAV1_VERSION/SVT-AV1-v$SVTAV1_VERSION.tar.bz2"
ARG SVTAV1_SHA256=a1d95875f7539d49f7c8fdec0623fbf984804a168da6289705d53268e3b38412
ARG SVTAV1_SHA256=9ebeda4602f9a3f851670e1a1cf922e05f44eef0d8f582f78c53e544c575e978
RUN \
wget $WGET_OPTS -O svtav1.tar.bz2 "$SVTAV1_URL" && \
echo "$SVTAV1_SHA256 svtav1.tar.bz2" | sha256sum -c - && \
Expand Down
Loading