summaryrefslogtreecommitdiffstats
path: root/scripts/libass-config
blob: 5644d6afd00d92093247ade2bcdc812322c280fa (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
set -e

OPTIONS=""

BUILD="$(pwd)"
cd "$BUILD"/libass
./autogen.sh --prefix="$BUILD/build_libs" --enable-static --disable-shared $OPTIONS