diff options
author | S. Davilla <davilla@4pi.com> | 2011-03-18 01:40:24 -0400 |
---|---|---|
committer | S. Davilla <davilla@4pi.com> | 2011-03-18 12:11:12 -0400 |
commit | c01cb8105ef224221ce3c4a6813d6bc2bc1b5cd5 (patch) | |
tree | 9d34347f739b11476183aad8f84ee7c005116b14 /bootstrap | |
parent | b629ac398e1e719ce4ed04f7faf6c3c762d82485 (diff) |
[osx/ios] banish libass to xxx-depends, this removes the need for an external flag as osx/ios/linux/win are external libass but win is still dyloaded while the others are compile linked
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -4,9 +4,7 @@ set -e autoreconf -vif autoreconf -vif lib/cpluff -# we must autoreconf libass as we don't know till later if it's used. -[ -d lib/libass ] && autoreconf -vif lib/libass -# order matters with libbdnav and friends +# order matters with libdvd and friends [ -d lib/libdvd/libdvdcss ] && \ autoreconf -vif lib/libdvd/libdvdcss autoreconf -vif lib/libdvd/libdvdread |