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

ext: Checkout libaom v3.8.1 #1961

Merged
merged 1 commit into from
Jan 20, 2024
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
AVIF_COLOR_PRIMARIES_DCI_P3, AVIF_TRANSFER_CHARACTERISTICS_PQ.

### Changed
* Update aom.cmd: v3.8.0
* Update aom.cmd: v3.8.1
* Update dav1d.cmd: 1.3.0
* Update libgav1.cmd: v0.19.0
* Update rav1e.cmd: v0.7.0
Expand Down
2 changes: 1 addition & 1 deletion ext/aom.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
: # If you're running this on Windows, be sure you've already run this (from your VC2019 install dir):
: # "C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\VC\Auxiliary\Build\vcvars64.bat"

git clone -b v3.8.0 --depth 1 https://aomedia.googlesource.com/aom
git clone -b v3.8.1 --depth 1 https://aomedia.googlesource.com/aom

cd aom
mkdir build.libavif
Expand Down
2 changes: 1 addition & 1 deletion tests/docker/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export PATH="$HOME/.cargo/bin:$PATH"

# aom
cd
git clone -b v3.8.0 --depth 1 https://aomedia.googlesource.com/aom
git clone -b v3.8.1 --depth 1 https://aomedia.googlesource.com/aom
cd aom
mkdir build.avif
cd build.avif
Expand Down
Loading