diff options
author | ceros7 <ceros7@svn> | 2010-05-11 05:05:19 +0000 |
---|---|---|
committer | ceros7 <ceros7@svn> | 2010-05-11 05:05:19 +0000 |
commit | ef2e0388e3aa78d3dfe32c6aabb887aaa17d3b10 (patch) | |
tree | 5d098e90c74f8f59ac89edd194a96b0dfd67e796 /bootstrap | |
parent | f4372a027971d500a6f1e185fa179cffcfa0d917 (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-x | bootstrap | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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..." |