1
0
Fork 0
This commit is contained in:
NamedKitten 2018-10-15 00:27:39 +01:00
parent b1bf2068da
commit 87d68c0008

View file

@ -6,10 +6,10 @@ CFLAGS="-fPIC -Os"
git clone --depth 1 https://github.com/mpv-player/mpv-build mpv-build || true git clone --depth 1 https://github.com/mpv-player/mpv-build mpv-build || true
cd mpv-build cd mpv-build
git clone --depth 1 https://aomedia.googlesource.com/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
cmake ../aom -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=1 -DENABLE_TESTS=0 ../aom/configure --enable-pic --enable-av1 --enable-shared --prefix=/usr --disable-sse --disable-runtime-cpu-detect --disable-optimizations
make -j`nproc` make -j`nproc`
sudo make install sudo make install
cd .. cd ..