diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2015-03-30 18:07:30 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-04-01 22:47:22 +0200 |
commit | f4716f79a0145fe3f2bf0d2cfe9ccbfede36fc01 (patch) | |
tree | 2d5aec9adb0437e15a14befe6b2bcc082d0e327a /package/opencv | |
parent | f8518c47ab785ac5bd6a4aedf78db94d576ffe23 (diff) | |
download | buildroot-f4716f79a0145fe3f2bf0d2cfe9ccbfede36fc01.tar.gz buildroot-f4716f79a0145fe3f2bf0d2cfe9ccbfede36fc01.zip |
packages: remove (non-)lfs dependencies and tweaks
Now that largefile is mandatory removes package dependencies and
conditionals.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
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" |