repo.or.cz
/
mplayer2-build.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update mplayer submodule
[mplayer2-build.git]
/
script
/
libass-config
blob
3bdd8dfea1aaddf5a31973392d06a70f350de6e6
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
10
fi