From: Peter Korsgaard Date: Wed, 16 Nov 2011 21:53:33 +0000 (+0100) Subject: gst-plugins-bad: decklink plugin needs C++ support X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bcde677598286b8fa39dce48112f1d209c40484e;p=buildroot.git gst-plugins-bad: decklink plugin needs C++ support Signed-off-by: Peter Korsgaard --- diff --git a/package/multimedia/gst-plugins-bad/Config.in b/package/multimedia/gst-plugins-bad/Config.in index a8d01bcadb..e772930b25 100644 --- a/package/multimedia/gst-plugins-bad/Config.in +++ b/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"