[FFmpeg-devel] [PATCH] configure: Fix detecting/using getauxval

Martin Storsjö martin at martin.st
Wed Feb 23 16:20:11 EET 2022


While trying to detect getauxval, this actually never output
HAVE_GETAUXVAL into config.h before.

Signed-off-by: Martin Storsjö <martin at martin.st>
---
 configure | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure b/configure
index 4f30140221..d4502ba90c 100755
--- a/configure
+++ b/configure
@@ -2266,6 +2266,7 @@ SYSTEM_FUNCS="
     closesocket
     CommandLineToArgvW
     fcntl
+    getauxval
     getaddrinfo
     gethrtime
     getopt
-- 
2.32.0 (Apple Git-132)



More information about the ffmpeg-devel mailing list