diff options
| author | micmac1 | 2020-03-21 20:08:17 +0000 |
|---|---|---|
| committer | GitHub | 2020-03-21 20:08:17 +0000 |
| commit | 06ec029b2ff5671610a0862d785b52f0d383420b (patch) | |
| tree | da656cb742b4e4df883b19f0f4ecf16f9d259840 | |
| parent | c5d27d5484b7ef8e8e0d18be6b2f6e28b62bd6ed (diff) | |
| parent | 0dfeff844c23a6dbb7d13193bb291bb19f0db13f (diff) | |
| download | telephony-06ec029b2ff5671610a0862d785b52f0d383420b.tar.gz | |
Merge pull request #511 from hnyman/frsw-opencv
Thanks!
| -rw-r--r-- | net/freeswitch-stable/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/freeswitch-stable/Makefile b/net/freeswitch-stable/Makefile index fd2d36a..3f8412f 100644 --- a/net/freeswitch-stable/Makefile +++ b/net/freeswitch-stable/Makefile @@ -103,7 +103,6 @@ FS_STABLE_MOD_AVAILABLE:= \ conference \ console \ curl \ - cv \ dahdi_codec \ db \ dialplan_asterisk \ @@ -1012,7 +1011,6 @@ $(eval $(call Package/$(PKG_NAME)/Module,commands,Commands,This module provides $(eval $(call Package/$(PKG_NAME)/Module,conference,Conference,This module provides multi-party conferencing.,)) $(eval $(call Package/$(PKG_NAME)/Module,console,Console logger,Allows control over what messages get logged to the console.,)) $(eval $(call Package/$(PKG_NAME)/Module,curl,cURL,This module provides an API for making HTTP requests with cURL.,)) -$(eval $(call Package/$(PKG_NAME)/Module,cv,OpenCV,This module exposes opencv actions to enable computer vision actions.,+opencv @BROKEN)) # opencv package too stripped-down $(eval $(call Package/$(PKG_NAME)/Module,dahdi_codec,DAHDI codec,DAHDI codec module.,)) $(eval $(call Package/$(PKG_NAME)/Module,db,DB,This module implements a simple db API with group support. Also can be\nused as a limit db backend.,)) $(eval $(call Package/$(PKG_NAME)/Module,dialplan_asterisk,Asterisk dialplan,Asterisk extensions.conf style dialplan parser.,)) |