diff options
author | davilla <davilla@svn> | 2010-05-12 18:30:17 +0000 |
---|---|---|
committer | davilla <davilla@svn> | 2010-05-12 18:30:17 +0000 |
commit | c65b8f23eb59f9eb353c2e4182b23a0e8ddece0e (patch) | |
tree | e962b9a096d3300954a79cc923bc6290add49638 /bootstrap | |
parent | c787335daa4a45f8a90d08c7f9acf3ca565cdf94 (diff) |
fixed, 1) libass path for autoreconf, 2) only autoreconf libbdnav once
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30055 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -4,8 +4,9 @@ set -e autoreconf -vif autoreconf -vif lib/cpluff -autoreconf -vif xbmc/lib/libass -autoreconf -vif xbmc/cores/dvdplayer/Codecs/libbdnav +# we must autoreconf libass as we don't know till later if it's used. +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 autoreconf -vif xbmc/cores/dvdplayer/Codecs/libdvd/libdvdread |