baresip: closing #56, added modules speex-aec, speex-pp, httpd.
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
This commit is contained in:
parent
1c7e5fca72
commit
b47b40fb05
1 changed files with 11 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue