Revision c4642788e83b0858bca449f9b6e71ddb015dfa5d authored by Martin Storsjö on 10 April 2019, 08:39:01 UTC, committed by Martin Storsjö on 16 April 2019, 10:12:29 UTC
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>
1 parent 9485cce
History
File Mode Size
avbuild
avtools
compat
doc
libavcodec
libavdevice
libavfilter
libavformat
libavresample
libavutil
libswscale
presets
tests
tools
.gitattributes -rw-r--r-- 18 bytes
.gitignore -rw-r--r-- 231 bytes
.travis.yml -rw-r--r-- 528 bytes
COPYING.GPLv2 -rw-r--r-- 17.7 KB
COPYING.GPLv3 -rw-r--r-- 34.3 KB
COPYING.LGPLv2.1 -rw-r--r-- 25.9 KB
COPYING.LGPLv3 -rw-r--r-- 7.5 KB
CREDITS -rw-r--r-- 1.0 KB
Changelog -rw-r--r-- 38.2 KB
INSTALL -rw-r--r-- 705 bytes
LICENSE -rw-r--r-- 2.7 KB
Makefile -rw-r--r-- 5.4 KB
README.md -rw-r--r-- 1.6 KB
RELEASE -rw-r--r-- 8 bytes
configure -rwxr-xr-x 166.0 KB

README.md

back to top