1
0
Fork 0

Make fast.

This commit is contained in:
NamedKitten 2018-10-15 00:30:30 +01:00
parent 87d68c0008
commit 7a34bd90b5

View file

@ -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 ..