Pjsip build for iOS 5, will not

On Friday, I got the latest build from the SVN trunk and tried to build the following wiki getting started instructions.

make dep seems to run without any problems, but make does not work on Samples.mak. It seems that there are no rules for creating any patterns when the platform is "arm-apple-darwin9".

If I open the Xcode project at this moment, libavcodec and all related libraries will be missing, as well as LibSDL . There is no mention of the requirement to install SDL and ffmpeg in advance, so I'm not sure what to do there.

+4
source share
1 answer

Please add the framework needed to run pjsip, and also check config_site.h, this file is available or not, if not found, then add this file. some code can also be written to config_site.h.

0
source

Source: https://habr.com/ru/post/1414871/


All Articles