aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorceros7 <ceros7@svn>2010-05-11 05:05:19 +0000
committerceros7 <ceros7@svn>2010-05-11 05:05:19 +0000
commitef2e0388e3aa78d3dfe32c6aabb887aaa17d3b10 (patch)
tree5d098e90c74f8f59ac89edd194a96b0dfd67e796 /bootstrap
parentf4372a027971d500a6f1e185fa179cffcfa0d917 (diff)
Include libdvdcss in bootstrap if it's found in the source tree.
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30005 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 2 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
index 667452f63d..eb9a4f3a74 100755
--- a/bootstrap
+++ b/bootstrap
@@ -6,6 +6,8 @@ autoreconf -vif
autoreconf -vif lib/cpluff
autoreconf -vif xbmc/lib/libass
autoreconf -vif xbmc/cores/dvdplayer/Codecs/libbdnav
+[ -d xbmc/cores/dvdplayer/Codecs/libdvd/libdvdcss ] && \
+ autoreconf -vif xbmc/cores/dvdplayer/Codecs/libdvd/libdvdcss
echo "Please (re)run configure..."