aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/tests
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2019-04-10 11:39:01 +0300
committerMartin Storsjö <martin@martin.st>2019-04-16 13:12:29 +0300
commitc4642788e83b0858bca449f9b6e71ddb015dfa5d (patch)
treef664ca96331ffb9ddb3271cfdd4f047e56f14968 /libavfilter/tests
parent9485cce6d55baf547e92ef1f54cad117f2a38287 (diff)
downloadffmpeg-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 'libavfilter/tests')
0 files changed, 0 insertions, 0 deletions