diff options
author | Lars Op den Kamp <lars@opdenkamp.eu> | 2011-10-11 01:30:49 +0200 |
---|---|---|
committer | Lars Op den Kamp <lars@opdenkamp.eu> | 2011-10-11 01:30:49 +0200 |
commit | e5bab641f899e96529ed36cc3baeaaae8b194d6f (patch) | |
tree | fc2292e7c44196685bf935abc16e96ae7417638c /bootstrap | |
parent | 73d25cb593f9617fff3634a24409c11c07e39a72 (diff) |
removed downloading libcec and disabled libcec by default before people go balistic
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -14,10 +14,6 @@ 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 {} \; |