mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
simplify
Originally committed as revision 7048 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
f940f7c9d2
commit
fa28bc16f0
1 changed files with 2 additions and 4 deletions
|
|
@ -53,8 +53,7 @@ int64_t av_gettime(void)
|
|||
#endif
|
||||
}
|
||||
|
||||
#if !defined(CONFIG_WINCE)
|
||||
#if !defined(HAVE_LOCALTIME_R)
|
||||
#if !defined(CONFIG_WINCE) && !defined(HAVE_LOCALTIME_R)
|
||||
struct tm *localtime_r(const time_t *t, struct tm *tp)
|
||||
{
|
||||
struct tm *l;
|
||||
|
|
@ -65,5 +64,4 @@ struct tm *localtime_r(const time_t *t, struct tm *tp)
|
|||
*tp = *l;
|
||||
return tp;
|
||||
}
|
||||
#endif /* !defined(HAVE_LOCALTIME_R) */
|
||||
#endif /* !defined(CONFIG_WINCE) */
|
||||
#endif /* !defined(CONFIG_WINCE) && !defined(HAVE_LOCALTIME_R) */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue