Make fast.
This commit is contained in:
parent
87d68c0008
commit
7a34bd90b5
|
@ -9,7 +9,7 @@ cd mpv-build
|
||||||
git clone --depth 1 https://github.com/mozilla/aom aom || true
|
git clone --depth 1 https://github.com/mozilla/aom aom || true
|
||||||
mkdir aom-build || true
|
mkdir aom-build || true
|
||||||
cd aom-build
|
cd aom-build
|
||||||
../aom/configure --enable-pic --enable-av1 --enable-shared --prefix=/usr --disable-sse --disable-runtime-cpu-detect --disable-optimizations
|
../aom/configure --enable-pic --enable-av1 --enable-shared --prefix=/usr --disable-sse --disable-runtime-cpu-detect --disable-optimizations --enable-small --disable-mmx --disable-examples --disable-docs --disable-tools
|
||||||
make -j`nproc`
|
make -j`nproc`
|
||||||
sudo make install
|
sudo make install
|
||||||
cd ..
|
cd ..
|
||||||
|
|
Loading…
Reference in a new issue