Commit bcde6775 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

gst-plugins-bad: decklink plugin needs C++ support

parent d6fb91bf
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -55,8 +55,12 @@ config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_DEBUGUTILS
	bool "debugutils"

config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_DECKLINK
	depends on BR2_INSTALL_LIBSTDCPP
	bool "decklink"

comment "decklink requires a toolchain with C++ support enabled"
	depends on !BR2_INSTALL_LIBSTDCPP

config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_DTMF
	bool "dtmf"