1
0
Fork 0

Remove AOM for now.

This commit is contained in:
NamedKitten 2018-10-15 07:35:58 +01:00
parent 1abe7f1a97
commit 9fd8c88f19

View file

@ -6,22 +6,22 @@ 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 http://aomedia.googlesource.com/aom aom || true #git clone --depth 1 http://aomedia.googlesource.com/aom aom || true
mkdir aom-build || true #mkdir aom-build || true
cd aom-build #cd aom-build
cmake -G Ninja ../aom \ # cmake ../aom \
-DCMAKE_INSTALL_PREFIX=/usr \ # -DCMAKE_INSTALL_PREFIX=/usr \
-DBUILD_SHARED_LIBS=1 \ # -DBUILD_SHARED_LIBS=1 \
-DENABLE_TESTS=0 -G "Unix Makefiles" # -DENABLE_TESTS=0 -G "Unix Makefiles"
cmake --build . #make -j`nproc`
sudo cmake --build . --target install #sudo make install
cd .. #cd ..
git clone --depth 1 https://github.com/FFmpeg/FFmpeg.git ffmpeg || true git clone --depth 1 https://github.com/FFmpeg/FFmpeg.git ffmpeg || true
git clone --depth 1 https://github.com/mpv-player/mpv.git mpv || true git clone --depth 1 https://github.com/mpv-player/mpv.git mpv || true
git clone --depth 1 https://github.com/libass/libass.git libass || true git clone --depth 1 https://github.com/libass/libass.git libass || true
echo "--enable-libaom" > ffmpeg_options #echo "--enable-libaom" > ffmpeg_options
echo "--enable-libmpv-shared --prefix=/usr" > mpv_options echo "--enable-libmpv-shared --prefix=/usr" > mpv_options
echo "--disable-caca --disable-wayland --disable-gl-wayland --disable-libarchive --disable-zlib --disable-tv --disable-debug-build --disable-manpage-build --disable-vapoursynth --disable-libsmbclient" >> mpv_options echo "--disable-caca --disable-wayland --disable-gl-wayland --disable-libarchive --disable-zlib --disable-tv --disable-debug-build --disable-manpage-build --disable-vapoursynth --disable-libsmbclient" >> mpv_options