Skip to content
Snippets Groups Projects
Commit 3502c02a authored by Steve Lhomme's avatar Steve Lhomme
Browse files

vlc_fixups: only define TIME_UTC if it's not defined

On Android timespec_get() is supported on some API levels. But TIME_UTC is always defined.
parent 01238151
No related branches found
No related tags found
1 merge request!5229vlc_fixups: only define TIME_UTC if it's not defined
Pipeline #458838 passed with warnings with stage
in 21 minutes and 24 seconds
......@@ -333,7 +333,9 @@ time_t timegm(struct tm *);
#endif
#ifndef HAVE_TIMESPEC_GET
#ifndef TIME_UTC
#define TIME_UTC 1
#endif
struct timespec;
int timespec_get(struct timespec *, int);
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment