diff options
author | Martin Storsjö <martin@martin.st> | 2019-04-10 11:39:01 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2019-04-16 13:12:29 +0300 |
commit | c4642788e83b0858bca449f9b6e71ddb015dfa5d (patch) | |
tree | f664ca96331ffb9ddb3271cfdd4f047e56f14968 /libavformat/ilbc.c | |
parent | 9485cce6d55baf547e92ef1f54cad117f2a38287 (diff) | |
download | ffmpeg-c4642788e83b0858bca449f9b6e71ddb015dfa5d.tar.gz |
time_internal: Prefix fallback versions of gmtime_r/localtime_r with ff_
Use a macro to redirect calling code from the official name to the
ff_ prefixed one.
Detecting these functions in configure can be tricky (on mingw, they
are conditionally available depending on posix feature defines).
If configure didn't detect them, but they still are visible at
compile time (due to an unrelated header defining the posix feature
defines), providing the local fallback versions with a prefixed
name is safer.
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavformat/ilbc.c')
0 files changed, 0 insertions, 0 deletions