]> git.sesse.net Git - vlc/commit
build: create a macro to check for, and replace, possibly-inline functions.
authorDiego Elio Pettenò <flameeyes@flameeyes.eu>
Sun, 15 Mar 2015 10:49:39 +0000 (10:49 +0000)
committerRémi Denis-Courmont <remi@remlab.net>
Mon, 16 Mar 2015 17:21:42 +0000 (19:21 +0200)
commit358ae6ba605f524bc4b43e280c194bc42d9fa684
tree2ce360b5b855df4b62dec711d6bee5c8a7c5d118
parentd60d5102b861525edf1ba22f9e6c6b3747a4ed3e
build: create a macro to check for, and replace, possibly-inline functions.

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: Diego Elio Pettenò <flameeyes@flameeyes.eu>
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
configure.ac
m4/vlc.m4