|
@@ -173,8 +173,14 @@ config BR2_PACKAGE_OPENCV_WITH_FFMPEG
|
|
help
|
|
help
|
|
Use ffmpeg from the target system.
|
|
Use ffmpeg from the target system.
|
|
|
|
|
|
|
|
+choice
|
|
|
|
+ prompt "gstreamer support"
|
|
|
|
+
|
|
|
|
+config BR2_PACKAGE_OPENCV_WITHOUT_GSTREAMER
|
|
|
|
+ bool "none"
|
|
|
|
+
|
|
config BR2_PACKAGE_OPENCV_WITH_GSTREAMER
|
|
config BR2_PACKAGE_OPENCV_WITH_GSTREAMER
|
|
- bool "gstreamer support"
|
|
|
|
|
|
+ bool "gstreamer-0.10"
|
|
depends on BR2_USE_MMU # gstreamer -> libglib2
|
|
depends on BR2_USE_MMU # gstreamer -> libglib2
|
|
depends on BR2_USE_WCHAR # gstreamer -> libglib2
|
|
depends on BR2_USE_WCHAR # gstreamer -> libglib2
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # gstreamer -> libglib2
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # gstreamer -> libglib2
|
|
@@ -182,10 +188,12 @@ config BR2_PACKAGE_OPENCV_WITH_GSTREAMER
|
|
select BR2_PACKAGE_GST_PLUGINS_BASE
|
|
select BR2_PACKAGE_GST_PLUGINS_BASE
|
|
select BR2_PACKAGE_GST_PLUGINS_BASE_PLUGIN_APP
|
|
select BR2_PACKAGE_GST_PLUGINS_BASE_PLUGIN_APP
|
|
|
|
|
|
-comment "gstreamer support needs a toolchain w/ wchar, threads"
|
|
|
|
|
|
+comment "gstreamer-0.10 support needs a toolchain w/ wchar, threads"
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_USE_MMU
|
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
|
|
|
|
+endchoice
|
|
|
|
+
|
|
config BR2_PACKAGE_OPENCV_WITH_GTK
|
|
config BR2_PACKAGE_OPENCV_WITH_GTK
|
|
bool "gtk support"
|
|
bool "gtk support"
|
|
depends on BR2_PACKAGE_XORG7
|
|
depends on BR2_PACKAGE_XORG7
|