package/gst1-plugins-bad: transponders data now provided by dtv-scan-tables

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Yann E. MORIN 2014-03-28 01:00:23 +01:00 committed by Thomas Petazzoni
parent 9981956b89
commit 3bf6f37020
2 changed files with 2 additions and 2 deletions

View File

@ -481,7 +481,7 @@ comment "gst-plugins-bad-plugin-sndfile needs a toolchain w/ largefile"
config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_DVB
bool "dvb"
select BR2_PACKAGE_DVB_APPS
select BR2_PACKAGE_DTV_SCAN_TABLES
help
DVB elements

View File

@ -683,7 +683,7 @@ endif
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_DVB),y)
GST1_PLUGINS_BAD_CONF_OPT += --enable-dvb
GST1_PLUGINS_BAD_DEPENDENCIES += dvb-apps
GST1_PLUGINS_BAD_DEPENDENCIES += dtv-scan-tables
else
GST1_PLUGINS_BAD_CONF_OPT += --disable-dvb
endif