Skip to content

Commit 914ba06

Browse files
authored
Merge pull request #798 from wader/bump-aom-3.15.0
Update aom to 3.15.0 from 3.14.1
2 parents 5a8b545 + 5083510 commit 914ba06

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,9 @@ RUN \
194194
# bump: aom after ./hashupdate Dockerfile AOM $LATEST
195195
# 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
196196
# bump: aom link "CHANGELOG" https://aomedia.googlesource.com/aom/+/refs/tags/v$LATEST/CHANGELOG
197-
ARG AOM_VERSION=3.14.1
197+
ARG AOM_VERSION=3.15.0
198198
ARG AOM_URL="https://aomedia.googlesource.com/aom"
199-
ARG AOM_COMMIT=03087864cf4bea6abb0d28f95cf7843511413d8f
199+
ARG AOM_COMMIT=de4c1d1edc49723a78954d30a83690aa1937422f
200200
RUN git clone --depth 1 --branch v$AOM_VERSION "$AOM_URL"
201201
RUN cd aom && test $(git rev-parse HEAD) = $AOM_COMMIT
202202
RUN \

0 commit comments

Comments
 (0)