Skip to content

[revamp] Undefine HAVE_FTIME for Android API > 19 #447

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

Merged
merged 1 commit into from
Sep 12, 2015

Conversation

str4d
Copy link
Contributor

@str4d str4d commented Sep 11, 2015

The sys/timeb.h header was removed in Android 21, because this header and the
ftime function were removed from the POSIX 2008 specification.
(Info reference: https://rbcommons.com/s/OpenH264/r/683/diff/1/ )

Closes #261, and replaces #410. The only difference is that in #410 the #undef is surrounded by an #ifdef ANDROID, which I didn't think was necessary (because this is only ever going to be patched for Android, because... python-for-android), but I can add it if desired.

The sys/timeb.h header was removed in Android 21, because this header and the
ftime function were removed from the POSIX 2008 specification.
(Info reference: https://rbcommons.com/s/OpenH264/r/683/diff/1/ )
inclement added a commit that referenced this pull request Sep 12, 2015
[revamp] Undefine HAVE_FTIME for Android API > 19
@inclement inclement merged commit d259d9b into kivy:revamp Sep 12, 2015
@inclement
Copy link
Member

Super, thanks.

@str4d str4d deleted the 261-fix-ftime-removal branch September 14, 2015 10:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants