aboutsummaryrefslogtreecommitdiff
path: root/extra/mpv/build
blob: 9d61d973858c22c75eaf57aa278e75881bc82e4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh -e

ln -s waf-2.0.18 waf

python waf configure \
    --prefix=/usr \
    --mandir=/usr/share/man \
    --confdir=/etc/mpv \
    --enable-alsa \
    --enable-libass

python waf build
python waf install --destdir="$1"