dvbscan: switch to using the new linuxtv scan git repo.

This commit is contained in:
Adam Sutton 2013-01-10 17:10:28 +00:00
parent accc01db56
commit d85e922e84
4 changed files with 4 additions and 19 deletions

1
.gitignore vendored
View file

@ -6,7 +6,6 @@ src/version.c
.cproject
.project
.settings
data/dvb-scan
*.pyc
.*.sw[op]

3
.gitmodules vendored Normal file
View file

@ -0,0 +1,3 @@
[submodule "data/dvb-scan"]
path = data/dvb-scan
url = git://linuxtv.org/dtv-scan-tables.git

18
configure vendored
View file

@ -147,24 +147,6 @@ if enabled_or_auto inotify; then
fi
fi
#
# DVB scan
#
if enabled linuxdvb && enabled dvbscan; then
if [ ! -d ${ROOTDIR}/data/dvb-scan ]; then
if ! enabled bin_bzip2; then
die "Bzip2 not found, fetch dvb-scan files (use --disable-dvbscan)"
fi
echo -n "Fetching dvb-scan files... "
if ${ROOTDIR}/support/getmuxlist &> /dev/null; then
echo "done"
else
echo
die "Failed to fetch dvb-scan files (use --disable-dvbscan to skip)"
fi
fi
fi
#
# libdvbcsa
#

1
data/dvb-scan Submodule

@ -0,0 +1 @@
Subproject commit c57839aad2260306e6adecc0058fb683a8b34bc4