c81810de50
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>
11 lines
327 B
Plaintext
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
|