nesterenkodm / pjsip

PJSIP is Open Source SIP, Media, and NAT Traversal Library
495 stars 220 forks source link

Liking error FFMPEG #63

Closed steveTW closed 5 years ago

steveTW commented 6 years ago

I'm using XCode 8.3.2, IOS version 10.3 building v2.6 and having issue when calling pjmedia_codec_ffmpeg_vid_init().

Undefined symbols for architecture armv7: "_pjmedia_codec_ffmpeg_vid_init", referenced from: -[AppDelegate registeration] in AppDelegate.o ld: symbol(s) not found for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation)

welljsjs commented 5 years ago

You can simply reconfigure with --disable-ffmpeg and rebuild the libraries. Check the logs to see whether your configuration was successful.

github-actions[bot] commented 5 years ago

This issue is stale because it had been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.