From 27b839f7131bf937781f1d0552ab2fa1fe933636 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 5 Aug 2019 08:33:30 +0300 Subject: [PATCH] mpv: fix build --- testing/mpv/build | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/testing/mpv/build b/testing/mpv/build index 29f8b789..a58e4267 100755 --- a/testing/mpv/build +++ b/testing/mpv/build @@ -7,8 +7,7 @@ python waf configure \ --confdir=/etc/mpv \ --enable-alsa \ --enable-libass \ - --enable-libmpv-shared \ - --enable-uchardet + --enable-libmpv-shared python waf build python waf install --destdir="$1"