Update build.sh

This commit is contained in:
Daniel Stankewitz 2021-08-30 10:11:54 +02:00 committed by GitHub
parent 873f23f0c8
commit bb35c41a8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,7 +49,7 @@ function build_mfx {
} }
function build_aom { function build_aom {
git clone -q https://aomedia.googlesource.com/aom $SRC/libaom git clone -q -b v3.1.2 https://aomedia.googlesource.com/aom $SRC/libaom
cd $SRC/libaom cd $SRC/libaom
rm -rf work rm -rf work
mkdir work mkdir work