diff options
author | ceros7 <ceros7@svn> | 2010-08-01 02:48:26 +0000 |
---|---|---|
committer | ceros7 <ceros7@svn> | 2010-08-01 02:48:26 +0000 |
commit | 813e7ebb11f2f74d6a3ce9c46c7d08c7eff2530d (patch) | |
tree | ff90e238aa937f2998ec13125ba89617620adbd0 /bootstrap | |
parent | 1dc5eb60b8161a411b1a3181a75a2ac7e9620f51 (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-x | bootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |