diff options
Diffstat (limited to 'package/opencv/Config.in')
-rw-r--r-- | package/opencv/Config.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/package/opencv/Config.in b/package/opencv/Config.in index b1cab9cef7..e40437f681 100644 --- a/package/opencv/Config.in +++ b/package/opencv/Config.in @@ -129,16 +129,12 @@ comment "3rd party support" config BR2_PACKAGE_OPENCV_WITH_FFMPEG bool "ffmpeg support" - depends on BR2_INET_IPV6 select BR2_PACKAGE_BZIP2 select BR2_PACKAGE_FFMPEG select BR2_PACKAGE_FFMPEG_SWSCALE help Use ffmpeg from the target system. -comment "ffmpeg support needs a toolchain w/ IPv6" - depends on !BR2_INET_IPV6 - config BR2_PACKAGE_OPENCV_WITH_GSTREAMER bool "gstreamer support" depends on BR2_USE_MMU # gstreamer -> libglib2 |