Update build.sh
This commit is contained in:
parent
873f23f0c8
commit
bb35c41a8d
2
build.sh
2
build.sh
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user