Update mplayer submodule
[mplayer-build.git] / script / libass-config
blob3bdd8dfea1aaddf5a31973392d06a70f350de6e6
1 #!/bin/sh
2 set -e
3 mydir="$(pwd)"
4 if test -f "wrapper_export_version" ; then
5 cd "$mydir"/libass
6 ./configure --prefix="$mydir/build_libs" --enable-static --disable-shared
7 else
8 cd "$mydir"/libass
9 ./autogen.sh --prefix="$mydir/build_libs" --enable-static --disable-shared