Commit 3bf6f370 authored by Yann E. MORIN's avatar Yann E. MORIN Committed by Thomas Petazzoni
Browse files

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

parent 9981956b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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

+1 −1
Original line number Diff line number Diff line
@@ -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