aboutsummaryrefslogtreecommitdiff
path: root/extra/mpv/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-11-26 11:40:22 +0300
committerCem Keylan <cem@ckyln.com>2020-11-26 11:40:22 +0300
commitb1c7a0bc97b9b1bf4c316b68999b199b13646bcb (patch)
tree953c780269ae74aa7b42e105ecd1d1b0d48b59e0 /extra/mpv/build
parentf0f81754c13c5be25da5f6a41c3edf3df42143ef (diff)
downloadrepository-b1c7a0bc97b9b1bf4c316b68999b199b13646bcb.tar.gz
mpv: bump to 0.33.0
Diffstat (limited to 'extra/mpv/build')
-rwxr-xr-xextra/mpv/build3
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"