[Scripts] Use mpv-build again.
This commit is contained in:
parent
e4eda69e4c
commit
b1ce114cf5
|
@ -4,30 +4,22 @@ set -x
|
||||||
export OLDDIR=`pwd`
|
export OLDDIR=`pwd`
|
||||||
export PATH="/usr/lib/ccache:/usr/lib/ccache/bin:$PATH"
|
export PATH="/usr/lib/ccache:/usr/lib/ccache/bin:$PATH"
|
||||||
|
|
||||||
export CFLAGS="-Os"
|
export CFLAGS="-Os -pipe"
|
||||||
|
|
||||||
#rm -rf mpv-build
|
#rm -rf mpv-build
|
||||||
#git clone --depth 1 https://github.com/mpv-player/mpv-build mpv-build
|
git clone --depth 1 https://github.com/mpv-player/mpv-build mpv-build
|
||||||
#cd mpv-build
|
cd mpv-build
|
||||||
|
|
||||||
export MPVDIR=`pwd`
|
export MPVDIR=`pwd`
|
||||||
|
|
||||||
|
rm -rf ffmpeg mpv libass
|
||||||
|
|
||||||
#rm -rf ffmpeg mpv libass
|
echo "--disable-programs --enable-runtime-cpudetect --enable-small" > ffmpeg_options
|
||||||
|
echo "--enable-libmpv-shared --prefix=/usr --disable-vapoursynth --enable-lgpl" > mpv_options
|
||||||
|
echo "--disable-cplayer --disable-caca --disable-wayland --disable-gl-wayland --disable-libarchive --disable-zlib --disable-tv --disable-debug-build --disable-manpage-build --disable-libsmbclient --disable-wayland --disable-sdl --disable-sndio --enable-plain-gl" >> mpv_options
|
||||||
|
|
||||||
#echo "--disable-programs --enable-runtime-cpudetect --enable-small" > ffmpeg_options
|
./rebuild -j`nproc`
|
||||||
#echo "--enable-libmpv-shared --prefix=/usr --disable-vapoursynth --enable-lgpl" > mpv_options
|
sudo ./install
|
||||||
#echo "--disable-caca --disable-wayland --disable-gl-wayland --disable-libarchive --disable-zlib --disable-tv --disable-debug-build --disable-manpage-build --disable-libsmbclient --disable-wayland --disable-sdl --disable-sndio --enable-plain-gl" >> mpv_options
|
|
||||||
|
|
||||||
git clone https://github.com/mpv-player/mpv --depth 1
|
|
||||||
cd mpv
|
|
||||||
./bootstrap.py
|
|
||||||
./waf configure --disable-cplayer --disable-pdf-build --enable-libmpv-shared --prefix=/usr --disable-vapoursynth --enable-lgpl --disable-caca --disable-wayland --disable-gl-wayland --disable-libarchive --disable-zlib --disable-tv --disable-debug-build --disable-manpage-build --disable-libsmbclient --disable-wayland --disable-sdl --disable-sndio --enable-plain-gl
|
|
||||||
./waf
|
|
||||||
sudo ./waf install
|
|
||||||
|
|
||||||
#./rebuild -j`nproc`
|
|
||||||
#sudo ./install
|
|
||||||
ccache -s
|
ccache -s
|
||||||
|
|
||||||
cd $OLDDIR
|
cd $OLDDIR
|
||||||
|
|
Loading…
Reference in a new issue