diff options
Diffstat (limited to 'extra/mpv/build')
-rwxr-xr-x | extra/mpv/build | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/extra/mpv/build b/extra/mpv/build index 9d61d973..c7307dc8 100755 --- a/extra/mpv/build +++ b/extra/mpv/build @@ -6,8 +6,7 @@ python waf configure \ --prefix=/usr \ --mandir=/usr/share/man \ --confdir=/etc/mpv \ - --enable-alsa \ - --enable-libass + --enable-alsa python waf build python waf install --destdir="$1" |