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

Andreas Rheinhardt andreas.rheinhardt at outlook.com
Wed Feb 23 16:21:44 EET 2022


Martin Storsjö:
> 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

'd' < 'u'

- Andreas


More information about the ffmpeg-devel mailing list