mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
package/freeswitch: enable mod_cv
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:
committed by
Thomas Petazzoni
parent
10336c4399
commit
37fe9e2a94
@@ -256,6 +256,11 @@ FREESWITCH_DEPENDENCIES += libsoundtouch
|
||||
FREESWITCH_ENABLED_MODULES += applications/mod_soundtouch
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_OPENCV),y)
|
||||
FREESWITCH_DEPENDENCIES += opencv
|
||||
FREESWITCH_ENABLED_MODULES += applications/mod_cv
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_UNIXODBC),y)
|
||||
FREESWITCH_DEPENDENCIES += unixodbc
|
||||
FREESWITCH_CONF_OPTS += \
|
||||
|
||||
Reference in New Issue
Block a user