blob: 78aa2867e4d34134d417a2aaa119e4fb8f50e133 [file] [log] [blame]
: # If you want libavif to build libaom for you, you must clone the aom repo in this directory first, then enable CMake's AVIF_BUILD_AOM option.
: # The git SHA below is known to work, and will occasionally be updated. Feel free to use a more recent commit.
: # The odd choice of comment style in this file is to try to share this script between *nix and win32.
git clone -n https://aomedia.googlesource.com/aom && cd aom && git checkout v1.0.0-errata1 && cd ..