From: Jiri Slachta Date: Wed, 22 Jul 2015 13:16:46 +0000 (+0200) Subject: baresip: closing #56, added modules speex-aec, speex-pp, httpd. X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=bd845fa44b696511bd085baac5198d3b1c6077bb;p=feed%2Ftelephony.git baresip: closing #56, added modules speex-aec, speex-pp, httpd. Signed-off-by: Jiri Slachta --- diff --git a/net/baresip/Makefile b/net/baresip/Makefile index 3c086a5..83c90f5 100644 --- a/net/baresip/Makefile +++ b/net/baresip/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=baresip PKG_VERSION:=0.4.12 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.creytiv.com/pub/ @@ -28,8 +28,11 @@ baresip-mods:= \ evdev \ g711 \ g722 \ + g726 \ oss \ speex \ + speex-aec \ + speex-pp \ stdio \ uuid \ v4l \ @@ -61,8 +64,11 @@ baresip-mod-cons := USE_CONS baresip-mod-evdev := USE_EVDEV baresip-mod-g711 := USE_G711 baresip-mod-g722 := USE_G722 +baresip-mod-g726 := USE_G726 baresip-mod-oss := USE_OSS baresip-mod-speex := USE_SPEEX +baresip-mod-speex-aec := USE_SPEEX_AEC +baresip-mod-speex-pp := USE_SPEEX_PP baresip-mod-stdio := USE_STDIO baresip-mod-uuid := USE_UUID baresip-mod-v4l := USE_V4L @@ -142,8 +148,12 @@ $(eval $(call BuildPlugin,cons,console UI,cons,)) $(eval $(call BuildPlugin,evdev,input event device UI,evdev,)) $(eval $(call BuildPlugin,g711,G.711 audio codec,g711,)) $(eval $(call BuildPlugin,g722,G.722 audio codec,g722,+PACKAGE_baresip-mod-g722:libspandsp)) +$(eval $(call BuildPlugin,g726,G.726 audio codec,g726,+PACKAGE_baresip-mod-g726:libspandsp)) +$(eval $(call BuildPlugin,httpd,Webserver UI module,httpd,)) $(eval $(call BuildPlugin,oss,OSS audio driver,oss,)) $(eval $(call BuildPlugin,speex,Speex audio codec,speex,+PACKAGE_baresip-mod-speex:libspeex)) +$(eval $(call BuildPlugin,speex-aec,Speex Acoustic Echo Cancellation,speex_aec,+PACKAGE_baresip-mod-speex-aec:libspeex)) +$(eval $(call BuildPlugin,speex-pp,Speex Pre-processor,speex_pp,+PACKAGE_baresip-mod-speex-pp:libspeex)) $(eval $(call BuildPlugin,stdio,standard I/O UI,stdio,)) $(eval $(call BuildPlugin,uuid,UUID,uuid,+libuuid)) $(eval $(call BuildPlugin,v4l,Video4Linux video source,v4l,+PACKAGE_baresip-mod-v4l:libv4l))