While trying to detect getauxval, this actually never output HAVE_GETAUXVAL into config.h before.
Signed-off-by: Martin Storsjö <[email protected]> --- Fixed the alphabetical ordering. --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 4f30140221..e8fdb3813d 100755 --- a/configure +++ b/configure @@ -2267,6 +2267,7 @@ SYSTEM_FUNCS=" CommandLineToArgvW fcntl getaddrinfo + getauxval gethrtime getopt GetModuleHandle -- 2.32.0 (Apple Git-132) _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
