Sfoglia il codice sorgente

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

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard 13 anni fa
parent
commit
bcde677598
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      package/multimedia/gst-plugins-bad/Config.in

+ 4 - 0
package/multimedia/gst-plugins-bad/Config.in

@@ -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"