aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorceros7 <ceros7@svn>2010-08-01 02:48:26 +0000
committerceros7 <ceros7@svn>2010-08-01 02:48:26 +0000
commit813e7ebb11f2f74d6a3ce9c46c7d08c7eff2530d (patch)
treeff90e238aa937f2998ec13125ba89617620adbd0 /bootstrap
parent1dc5eb60b8161a411b1a3181a75a2ac7e9620f51 (diff)
bootstrap libass if directory is detected.
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32382 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 22e62dfa05..870b801d63 100755
--- a/bootstrap
+++ b/bootstrap
@@ -5,7 +5,7 @@ set -e
autoreconf -vif
autoreconf -vif lib/cpluff
# we must autoreconf libass as we don't know till later if it's used.
-autoreconf -vif lib/libass
+[ -d lib/libass ] && autoreconf -vif lib/libass
# order matters with libbdnav and friends
[ -d xbmc/cores/dvdplayer/Codecs/libdvd/libdvdcss ] && \
autoreconf -vif xbmc/cores/dvdplayer/Codecs/libdvd/libdvdcss