Open GoogleCodeExporter opened 8 years ago
The exact problem is this line in config.log,
/usr/local/src/webRTC2SIP/g729b/dec_ld8a.c:198: undefined reference to `bad_lsf'
Thank you.
Original comment by shaherya...@gmail.com
on 2 Jul 2013 at 12:38
Here is a patch which resolves the problem. Though it can be improved further..!
Original comment by shaherya...@gmail.com
on 2 Jul 2013 at 12:46
Attachments:
Thanks for quick response.
I tried to apply patch but patching failed as below.
-------------------------
[root@WebRTC2SIP g729b]# patch < bad_lsf.patch
patching file dec_ld8a.c
Hunk #1 FAILED at 136.
1 out of 1 hunk FAILED -- saving rejects to file dec_ld8a.c.rej
-------------------------------------
Original comment by vmelache...@gmail.com
on 2 Jul 2013 at 5:16
Can any one help me resolve above patching problems.
Original comment by vmelache...@gmail.com
on 3 Jul 2013 at 9:32
bad_lsf is an extern variable. Just declare it somewhere in your wrapper code
and assign it.
Original comment by shaiful....@gmail.com
on 2 Oct 2013 at 6:46
Thank's
Original comment by f.abelja...@gmail.com
on 7 Oct 2013 at 7:24
I declared bad_lsf in coder.c to compile a application
Original comment by vimales...@gmail.com
on 23 Oct 2013 at 5:26
Original issue reported on code.google.com by
vmelache...@gmail.com
on 1 Jul 2013 at 3:42Attachments: