[FFmpeg-devel] [PATCH v2] configure: Fix detecting/using getauxval
Martin Storsjö
martin at martin.st
Wed Feb 23 16:28:33 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>
---
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)
More information about the ffmpeg-devel
mailing list