|
@@ -425,6 +425,7 @@ config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_NEON
|
|
|
config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_OPENCV
|
|
|
bool "opencv"
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
|
+ depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
select BR2_PACKAGE_OPENCV
|
|
|
# Remove the following opencv modules when gstreamer fixes the
|
|
|
# problem of including the old "cv.h" header
|
|
@@ -441,8 +442,8 @@ config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_OPENCV
|
|
|
help
|
|
|
GStreamer OpenCV Plugins
|
|
|
|
|
|
-comment "opencv plugin needs a toolchain w/ C++"
|
|
|
- depends on !BR2_INSTALL_LIBSTDCPP
|
|
|
+comment "opencv plugin needs a toolchain w/ C++, NPTL"
|
|
|
+ depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
|
|
|
config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_OPUS
|
|
|
bool "opus"
|