I'm trying to use the umc speech rtp codec package and have been able to use all the codecs with the exception of ilbc. I am linking against the speech.lib (along with other intel IPP libs) that is built from the umc_speech_rtp_codec solution. Whenever I try to compile, I get the following error:
error LNK2001: unresolved external symbol _USC_ILBC_Fxns
error LNK1120: 1 unresolved externals
I'm just curious if I need to do anything special to get this enabled when I compile the speech.csproj? Any help is greatly appreciated and thanks in advance.