diff options
author | Cem Keylan <cem@ckyln.com> | 2020-11-26 11:40:22 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-11-26 11:40:22 +0300 |
commit | b1c7a0bc97b9b1bf4c316b68999b199b13646bcb (patch) | |
tree | 953c780269ae74aa7b42e105ecd1d1b0d48b59e0 /extra/mpv/build | |
parent | f0f81754c13c5be25da5f6a41c3edf3df42143ef (diff) | |
download | repository-b1c7a0bc97b9b1bf4c316b68999b199b13646bcb.tar.gz |
mpv: bump to 0.33.0
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" |