Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dyld: Symbol not found: _clock_gettime #83

Open
alexeyvasilyev opened this issue Oct 14, 2016 · 1 comment
Open

dyld: Symbol not found: _clock_gettime #83

alexeyvasilyev opened this issue Oct 14, 2016 · 1 comment
Labels

Comments

@alexeyvasilyev
Copy link

ISSUE:
ffmpeg compiled against iOS 10 SDK (XCode 8) will produce crash while accessing any RTSP source if it is running on iOS 9.x with the following error:
dyld: Symbol not found: _clock_gettime

The problem is that iOS 10 has clock_gettime function, but iOS 9 does not have.

FIX:
Right after configure put this line

sed -i -- 's/HAVE_CLOCK_GETTIME 1/HAVE_CLOCK_GETTIME 0/g' config.h

@kewlbear
Copy link
Owner

kewlbear commented Nov 9, 2016

Thanks for sharing!

@kewlbear kewlbear added the sdk label Nov 9, 2016
Memphiz added a commit to Memphiz/xbmc that referenced this issue Dec 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants