xadhoom / mod_bcg729

FreeSWITCH G.729 module using the opensource bcg729 implementation by Belledonne Communications
Other
170 stars 130 forks source link

build error #6

Closed mtrr closed 8 years ago

mtrr commented 8 years ago

with the recent changes in libbcg729 the following problem pops up:

mod_bcg729.c: In function ‘switch_bcg729_init’: mod_bcg729.c:61:39: error: too few arguments to function ‘initBcg729EncoderChannel’ context->encoder_object = initBcg729EncoderChannel();

(and a few more)

cheers

xadhoom commented 8 years ago

seems that they're introducing support for Annex B (which is interesting), so APIs changed a bit.

Unfortunately right now I've no time into checking out the changes and include them, I've just pushed a little fix in the makefile that checks out a specific version that should work.