thonk
This commit is contained in:
parent
67c6bd6c0d
commit
b1bf2068da
|
@ -9,7 +9,7 @@ cd mpv-build
|
||||||
git clone --depth 1 https://aomedia.googlesource.com/aom aom || true
|
git clone --depth 1 https://aomedia.googlesource.com/aom aom || true
|
||||||
mkdir aom-build || true
|
mkdir aom-build || true
|
||||||
cd aom-build
|
cd aom-build
|
||||||
cmake ../aom -G "Unix Makefiles" -DBUILD_SHARED_LIBS=1
|
cmake ../aom -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=1 -DENABLE_TESTS=0
|
||||||
make -j`nproc`
|
make -j`nproc`
|
||||||
sudo make install
|
sudo make install
|
||||||
cd ..
|
cd ..
|
||||||
|
|
Loading…
Reference in a new issue