mpv: fix build

This commit is contained in:
Dylan Araps 2019-08-05 08:33:30 +03:00
parent 762514623a
commit 27b839f713

View File

@ -7,8 +7,7 @@ python waf configure \
--confdir=/etc/mpv \ --confdir=/etc/mpv \
--enable-alsa \ --enable-alsa \
--enable-libass \ --enable-libass \
--enable-libmpv-shared \ --enable-libmpv-shared
--enable-uchardet
python waf build python waf build
python waf install --destdir="$1" python waf install --destdir="$1"