diff mbox series

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

Message ID 20220223142833.40272-1-martin@martin.st
State Accepted
Commit c619c54e0d5a30d615a79589c64c9198e3881b11
Headers show
Series [FFmpeg-devel,v2] 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:28 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>
---
Fixed the alphabetical ordering.
---
 configure | 1 +
 1 file changed, 1 insertion(+)

Comments

Martin Storsjö March 4, 2022, 12:30 p.m. UTC | #1
On Wed, 23 Feb 2022, Martin Storsjö wrote:

> While trying to detect getauxval, this actually never output
> HAVE_GETAUXVAL into config.h before.
>
> Signed-off-by: Martin Storsjö <martin@martin.st>
> ---
> Fixed the alphabetical ordering.
> ---
> configure | 1 +
> 1 file changed, 1 insertion(+)

Pushed.

// Martin
diff mbox series

Patch

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