Hello all, I'm integrating pjsip into an iPhone application and I'm facing a strange problem with iPhone simulator. When I build pjsip for i386 arch with "configure-iphone --disable-video", and integrate it into my application running on simulator target I got a link error searching symbol _pjmedia_vid_codec_mgr_get_default_param and some other :) But this problem doesn't appears when building for device target and that is strange. After few investigation I found that is linked to vid_stream_info.c that not test if video is enabled. I've made a little patch that you can find in attachement. Regards Jerome -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20120914/7cad8bf4/attachment-0001.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: disable_vid_stream_info.diff Type: application/octet-stream Size: 583 bytes Desc: not available URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20120914/7cad8bf4/attachment-0001.diff>