aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorS. Davilla <davilla@4pi.com>2011-03-18 01:40:24 -0400
committerS. Davilla <davilla@4pi.com>2011-03-18 12:11:12 -0400
commitc01cb8105ef224221ce3c4a6813d6bc2bc1b5cd5 (patch)
tree9d34347f739b11476183aad8f84ee7c005116b14 /bootstrap
parentb629ac398e1e719ce4ed04f7faf6c3c762d82485 (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-xbootstrap4
1 files changed, 1 insertions, 3 deletions
diff --git a/bootstrap b/bootstrap
index 12b2dc1005..35fbda091e 100755
--- a/bootstrap
+++ b/bootstrap
@@ -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