Skip to content

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

Merged
inclement merged 1 commit into
kivy:revampfrom
str4d:261-fix-ftime-removal
Sep 12, 2015
Merged

[revamp] Undefine HAVE_FTIME for Android API > 19#447
inclement merged 1 commit into
kivy:revampfrom
str4d:261-fix-ftime-removal

Conversation

@str4d

@str4d str4d commented Sep 11, 2015

Copy link
Copy Markdown
Contributor

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
Copy Markdown
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