|
@@ -400,10 +400,14 @@ config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_NEON
|
|
|
|
|
|
config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_OPENCV
|
|
config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_OPENCV
|
|
bool "opencv"
|
|
bool "opencv"
|
|
|
|
+ depends on BR2_INSTALL_LIBSTDCPP
|
|
select BR2_PACKAGE_OPENCV
|
|
select BR2_PACKAGE_OPENCV
|
|
help
|
|
help
|
|
GStreamer OpenCV Plugins
|
|
GStreamer OpenCV Plugins
|
|
|
|
|
|
|
|
+comment "opencv plugin requires a toolchain with C++ support"
|
|
|
|
+ depends on !BR2_INSTALL_LIBSTDCPP
|
|
|
|
+
|
|
config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_OPUS
|
|
config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_OPUS
|
|
bool "opus"
|
|
bool "opus"
|
|
select BR2_PACKAGE_OPUS
|
|
select BR2_PACKAGE_OPUS
|