buildroot/package/freeswitch-mod-bcg729/Config.in
Bernd Kuhls c81810de50 package/freeswitch-mod-bcg729: new package
This package is based on the bcg729 library from Belledonne Communica-
tions which is wrapped into a freeswitch module to provide a native
G729.A codec.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-10-08 23:12:13 +02:00

11 lines
327 B
Plaintext

config BR2_PACKAGE_FREESWITCH_MOD_BCG729
bool "freeswitch-mod-bcg729"
depends on BR2_PACKAGE_FREESWITCH
depends on !BR2_STATIC_LIBS # freeswitch
select BR2_PACKAGE_BCG729
help
FreeSWITCH G.729A module using the opensource bcg729
implementation by Belledonne Communications.
https://github.com/xadhoom/mod_bcg729