opencv: ffmpeg supports needs largefile / ipv6
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
376a535fb3
commit
c83738b2a4
@ -31,11 +31,16 @@ config BR2_PACKAGE_OPENCV_WITH_PYTHON
|
|||||||
|
|
||||||
config BR2_PACKAGE_OPENCV_WITH_FFMPEG
|
config BR2_PACKAGE_OPENCV_WITH_FFMPEG
|
||||||
bool "ffmpeg support"
|
bool "ffmpeg support"
|
||||||
|
depends on BR2_LARGEFILE
|
||||||
|
depends on BR2_INET_IPV6
|
||||||
select BR2_PACKAGE_FFMPEG
|
select BR2_PACKAGE_FFMPEG
|
||||||
select BR2_PACKAGE_FFMPEG_SWSCALE
|
select BR2_PACKAGE_FFMPEG_SWSCALE
|
||||||
help
|
help
|
||||||
Use ffmpeg from the target system.
|
Use ffmpeg from the target system.
|
||||||
|
|
||||||
|
comment "ffmpeg support requires a toolchain with LARGEFILE and IPV6 support"
|
||||||
|
depends on !(BR2_LARGEFILE && BR2_INET_IPV6)
|
||||||
|
|
||||||
config BR2_PACKAGE_OPENCV_WITH_GSTREAMER
|
config BR2_PACKAGE_OPENCV_WITH_GSTREAMER
|
||||||
bool "gstreamer support"
|
bool "gstreamer support"
|
||||||
select BR2_PACKAGE_GSTREAMER
|
select BR2_PACKAGE_GSTREAMER
|
||||||
|
Loading…
Reference in New Issue
Block a user