aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorLars Op den Kamp <lars@opdenkamp.eu>2011-10-11 00:39:21 +0200
committerLars Op den Kamp <lars@opdenkamp.eu>2011-10-11 00:59:58 +0200
commit4f2c2b68ba04c6cc041d13f47583940759e97693 (patch)
tree0f7271cc439be2c75b52691add41589edb1b0f37 /bootstrap
parentc4927115ea390991ec91997b1a10f5cc2b240b8c (diff)
cec: use libcec as an internal lib and fetch it in "bootstrap". added --enable-external-libcec option to configure.
to keep a permanent copy, remove "make download" from bootstrap to change the location of the tarball to another mirror, change lib/libcec/Makefile.in
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap4
1 files changed, 4 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
index fb16f95b6b..d666061f5a 100755
--- a/bootstrap
+++ b/bootstrap
@@ -14,6 +14,10 @@ autoreconf -vif lib/cpluff
autoreconf -vif lib/libdvd/libdvdread
autoreconf -vif lib/libdvd/libdvdnav
+# remove the following line if we're keeping a permanent copy in our tree
+make -f Makefile.in -C lib/libcec download
+autoreconf -vif lib/libcec/libcec
+
# Clean the generated files
find . -depth -type d -name "autom4te.cache" -exec rm -rf {} \;