Jeff-Lewis / telephone

Automatically exported from code.google.com/p/telephone
Other
0 stars 0 forks source link

IPP Linking with Telephone #373

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Build PJSIP with IPP enabled, verify working with pjsua application.
2. Verify IPP codecs are enabled with pjsua application.
3. Attempt to compile Telephone with IPP enabled PJSIP.

What version of the product are you using? On what operating system?

PJSIP 1.8 (other versions tried too). Using Snow Leopard and latest XCode.

Please provide any additional information below.

When linking PJSIP XCode returns the error:

"_USC_G729AFP_Fxns", referenced from:
      _ipp_codec in libpjmedia-codec-i386-apple-darwin10.2.0.a(ipp_codecs.o)

And fails to link correctly. I have included the DYLD_LIBRARY_PATH environment 
variable within XCode so the dynamic libraries can be found.

Any thoughts, ideas?

Original issue reported on code.google.com by seg...@gmail.com on 19 Sep 2010 at 6:04