projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6fb91b
)
gst-plugins-bad: decklink plugin needs C++ support
author
Peter Korsgaard
<jacmet@sunsite.dk>
Wed, 16 Nov 2011 21:53:33 +0000
(22:53 +0100)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Wed, 16 Nov 2011 21:53:33 +0000
(22:53 +0100)
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/multimedia/gst-plugins-bad/Config.in
patch
|
blob
|
history
diff --git
a/package/multimedia/gst-plugins-bad/Config.in
b/package/multimedia/gst-plugins-bad/Config.in
index a8d01bcadb8a08f09393621e5f35419755b15096..e772930b25f3e028cd511849051ef2dd093e899b 100644
(file)
--- 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"