Hi all,
I'm trying to integrate the G726 codec into a DSP application, but I'm not getting it to work right.
I've followed this wiki and did the following (I'm running Ubuntu 12.04 BTW):
1- Extracted the encoder and decoder folders from the bin file
2- Put the *.l64P files in a subdir (./libs)
3- Added header files for dsp algorithms compliance (xdas.h, etc.) to my source code
4- Added -i"./libs/" and -l"g726dec_tii.l64P" to my linker command
When trying to compile my code I get:
undefined first referenced
symbol in file
--------- ----------------
_G726DEC_TII_init Release/proj.obj
error: unresolved symbols remain
What am I missing?
Thank you!