diff options
Diffstat (limited to 'package/opencv')
-rw-r--r-- | package/opencv/Config.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/package/opencv/Config.in b/package/opencv/Config.in index 6a8ac6aeb3..b1cab9cef7 100644 --- a/package/opencv/Config.in +++ b/package/opencv/Config.in @@ -129,7 +129,6 @@ comment "3rd party support" config BR2_PACKAGE_OPENCV_WITH_FFMPEG bool "ffmpeg support" - depends on BR2_LARGEFILE depends on BR2_INET_IPV6 select BR2_PACKAGE_BZIP2 select BR2_PACKAGE_FFMPEG @@ -137,8 +136,8 @@ config BR2_PACKAGE_OPENCV_WITH_FFMPEG help Use ffmpeg from the target system. -comment "ffmpeg support needs a toolchain w/ largefile, IPv6" - depends on !(BR2_LARGEFILE && BR2_INET_IPV6) +comment "ffmpeg support needs a toolchain w/ IPv6" + depends on !BR2_INET_IPV6 config BR2_PACKAGE_OPENCV_WITH_GSTREAMER bool "gstreamer support" |