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

[INVALID] TICKET ID: Please Github Support #55

Open
enilfodne opened this Issue Jul 4, 2013 · 1 comment

Comments

Projects
None yet
2 participants
@enilfodne

No description provided.

@phoboslab

This comment has been minimized.

Show comment
Hide comment
@phoboslab

phoboslab Jul 11, 2013

Noticed the same. ARM optimizations specifically seem to be disabled in the Rakefile. Remove these switches for FFMPEG_BUILD_ARGS_ARMV7 and FFMPEG_BUILD_ARGS_ARMV7S targets and you're good.

'--disable-armv5te',
'--disable-armv6',
'--disable-armv6t2',

Noticed the same. ARM optimizations specifically seem to be disabled in the Rakefile. Remove these switches for FFMPEG_BUILD_ARGS_ARMV7 and FFMPEG_BUILD_ARGS_ARMV7S targets and you're good.

'--disable-armv5te',
'--disable-armv6',
'--disable-armv6t2',

@enilfodne enilfodne changed the title from iPhone 4 (A4) slow performance to [INVALID] TICKET ID: Please Github Support Jun 21, 2014

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment