[FFmpeg-cvslog] configure: Fix detecting/using getauxval

Martin Storsjö git at videolan.org
Fri Mar 4 14:29:51 EET 2022


ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Wed Feb 23 16:08:05 2022 +0200| [c619c54e0d5a30d615a79589c64c9198e3881b11] | committer: Martin Storsjö

configure: Fix detecting/using getauxval

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

Signed-off-by: Martin Storsjö <martin at martin.st>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c619c54e0d5a30d615a79589c64c9198e3881b11
---

 configure | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure b/configure
index 8c69ab0c86..650b52fcc5 100755
--- a/configure
+++ b/configure
@@ -2265,6 +2265,7 @@ SYSTEM_FUNCS="
     CommandLineToArgvW
     fcntl
     getaddrinfo
+    getauxval
     gethrtime
     getopt
     GetModuleHandle



More information about the ffmpeg-cvslog mailing list