Skip to content

Commit

Permalink
removed downloading libcec and disabled libcec by default before peop…
Browse files Browse the repository at this point in the history
…le go balistic
  • Loading branch information
opdenkamp committed Oct 10, 2011
1 parent 73d25cb commit e5bab64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions bootstrap
Expand Up @@ -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 {} \;

Expand Down
4 changes: 2 additions & 2 deletions configure.in
Expand Up @@ -400,9 +400,9 @@ AC_ARG_ENABLE([libusb],

AC_ARG_ENABLE([libcec],
[AS_HELP_STRING([--enable-libcec],
[enable libcec support (default is yes)])],
[enable libcec support (default is no)])],
[use_libcec=$enableval],
[use_libcec=yes])
[use_libcec=no])

### External libraries options
AC_ARG_ENABLE([external-libraries],
Expand Down

0 comments on commit e5bab64

Please sign in to comment.