diff mbox series

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

Message ID 20220223142011.39937-1-martin@martin.st
State New
Headers show
Series [FFmpeg-devel] configure: Fix detecting/using getauxval | expand

Checks

Context Check Description
andriy/make_aarch64_jetson success Make finished
andriy/make_fate_aarch64_jetson success Make fate finished
andriy/make_armv7_RPi4 success Make finished
andriy/make_fate_armv7_RPi4 success Make fate finished

Commit Message

Martin Storsjö Feb. 23, 2022, 2:20 p.m. UTC
While trying to detect getauxval, this actually never output
HAVE_GETAUXVAL into config.h before.

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

Comments

Andreas Rheinhardt Feb. 23, 2022, 2:21 p.m. UTC | #1
Martin Storsjö:
> While trying to detect getauxval, this actually never output
> HAVE_GETAUXVAL into config.h before.
> 
> Signed-off-by: Martin Storsjö <martin@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
diff mbox series

Patch

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