mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
package/ffmpeg: add optional support for opencv3
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
35387e190c
commit
1b69855b69
@ -253,6 +253,9 @@ endif
|
|||||||
ifeq ($(BR2_PACKAGE_OPENCV_LIB_IMGPROC)x$(BR2_PACKAGE_OPENCV_WITH_FFMPEG),yx)
|
ifeq ($(BR2_PACKAGE_OPENCV_LIB_IMGPROC)x$(BR2_PACKAGE_OPENCV_WITH_FFMPEG),yx)
|
||||||
FFMPEG_CONF_OPTS += --enable-libopencv
|
FFMPEG_CONF_OPTS += --enable-libopencv
|
||||||
FFMPEG_DEPENDENCIES += opencv
|
FFMPEG_DEPENDENCIES += opencv
|
||||||
|
else ifeq ($(BR2_PACKAGE_OPENCV3_LIB_IMGPROC)x$(BR2_PACKAGE_OPENCV3_WITH_FFMPEG),yx)
|
||||||
|
FFMPEG_CONF_OPTS += --enable-libopencv
|
||||||
|
FFMPEG_DEPENDENCIES += opencv3
|
||||||
else
|
else
|
||||||
FFMPEG_CONF_OPTS += --disable-libopencv
|
FFMPEG_CONF_OPTS += --disable-libopencv
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user