build: download dvbscan files even if linuxdvb is disabled
This commit is contained in:
parent
992da6c374
commit
a46a6d0dd3
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -303,7 +303,7 @@ fi
|
|||
#
|
||||
# DVB scan
|
||||
#
|
||||
if enabled linuxdvb && enabled dvbscan; then
|
||||
if enabled dvbscan; then
|
||||
printf "${TAB}" "fetching dvb-scan files ..."
|
||||
"${ROOTDIR}/support/getmuxlist"
|
||||
if [ $? -ne 0 ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue