Skip to content

Commit 676a8ef

Browse files
authored
Merge pull request #370 from wader/bump-aom-3.7.1
Update aom to 3.7.1 from 3.7.0
2 parents ced65c6 + f40b68a commit 676a8ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ RUN sed -i 's/-lvmaf /-lvmaf -lstdc++ /' /usr/local/lib/pkgconfig/libvmaf.pc
8888
# bump: aom after ./hashupdate Dockerfile AOM $LATEST
8989
# bump: aom after COMMIT=$(git ls-remote https://aomedia.googlesource.com/aom v$LATEST^{} | awk '{print $1}') && sed -i -E "s/^ARG AOM_COMMIT=.*/ARG AOM_COMMIT=$COMMIT/" Dockerfile
9090
# bump: aom link "CHANGELOG" https://aomedia.googlesource.com/aom/+/refs/tags/v$LATEST/CHANGELOG
91-
ARG AOM_VERSION=3.7.0
91+
ARG AOM_VERSION=3.7.1
9292
ARG AOM_URL="https://aomedia.googlesource.com/aom"
93-
ARG AOM_COMMIT=6054fae218eda6e53e1e3b4f7ef0fff4877c7bf1
93+
ARG AOM_COMMIT=aca387522ccc0a1775716923d5489dd2d4b1e628
9494
RUN \
9595
git clone --depth 1 --branch v$AOM_VERSION "$AOM_URL" && \
9696
cd aom && test $(git rev-parse HEAD) = $AOM_COMMIT && \

0 commit comments

Comments
 (0)