You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Totally(7_errors)::
Undefined symbols for architecture i386:
"_bcg729Decoder", referenced from:
_g729_codec_decode in libpjmedia-codec.a(g729.o)
"_bcg729Encoder", referenced from:
_g729_codec_encode in libpjmedia-codec.a(g729.o)
"_closeBcg729DecoderChannel", referenced from:
_g729_dealloc_codec in libpjmedia-codec.a(g729.o)
_g729_codec_close in libpjmedia-codec.a(g729.o)
"_closeBcg729EncoderChannel", referenced from:
_g729_dealloc_codec in libpjmedia-codec.a(g729.o)
_g729_codec_close in libpjmedia-codec.a(g729.o)
"_initBcg729DecoderChannel", referenced from:
_g729_codec_open in libpjmedia-codec.a(g729.o)
"_initBcg729EncoderChannel", referenced from:
_g729_codec_open in libpjmedia-codec.a(g729.o)
ld: symbol(s) not found for architecture i386
ld: library not found for -lpjmedia-codec
clang: error: linker command failed with exit code 1 (use -v to see invocation)
And also we want instructions for integrating bcg729 into PJSIP. Your Instruction blog has been removed.
Can you help us to fix this bug ?
The text was updated successfully, but these errors were encountered:
Totally(7_errors)::
Undefined symbols for architecture i386:
"_bcg729Decoder", referenced from:
_g729_codec_decode in libpjmedia-codec.a(g729.o)
"_bcg729Encoder", referenced from:
_g729_codec_encode in libpjmedia-codec.a(g729.o)
"_closeBcg729DecoderChannel", referenced from:
_g729_dealloc_codec in libpjmedia-codec.a(g729.o)
_g729_codec_close in libpjmedia-codec.a(g729.o)
"_closeBcg729EncoderChannel", referenced from:
_g729_dealloc_codec in libpjmedia-codec.a(g729.o)
_g729_codec_close in libpjmedia-codec.a(g729.o)
"_initBcg729DecoderChannel", referenced from:
_g729_codec_open in libpjmedia-codec.a(g729.o)
"_initBcg729EncoderChannel", referenced from:
_g729_codec_open in libpjmedia-codec.a(g729.o)
ld: symbol(s) not found for architecture i386
ld: library not found for -lpjmedia-codec
clang: error: linker command failed with exit code 1 (use -v to see invocation)
And also we want instructions for integrating bcg729 into PJSIP. Your Instruction blog has been removed.
Can you help us to fix this bug ?
The text was updated successfully, but these errors were encountered: