ffmpeg | branch: master | Martin Storsjö <[email protected]> | 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ö <[email protected]> > 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 _______________________________________________ ffmpeg-cvslog mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
