Skip to content
Snippets Groups Projects
Forked from VideoLAN / VLC
46828 commits behind the upstream repository.
Diego Elio Pettenò's avatar
Diego Elio Pettenò authored
mingw (both 32 and 64) provides a number of functions that have no C
linkage, but are only available as static inline. Define a macro that can
check for the function declaration but acts like AC_REPLACE_FUNC.

Use the new macro for asprintf/vasprintf (previously implemented in
configure.ac directly).

Signed-off-by: default avatarDiego Elio Pettenò <flameeyes@flameeyes.eu>
Signed-off-by: default avatarRémi Denis-Courmont <remi@remlab.net>
358ae6ba