aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorBrad Smith <brad@comstyle.com>2024-09-09 06:34:42 -0400
committerBrad Smith <brad@comstyle.com>2024-09-09 07:17:49 -0400
commita3f79fd22a367207097c78e0a5d2bc213efe9f80 (patch)
tree6804b5a594319fb4ed0d78a3c127cbd6c9b9bf27 /configure
parent1709f3830e14d5f1a6c1ec78097545af1fcb45e8 (diff)
downloadffmpeg-a3f79fd22a367207097c78e0a5d2bc213efe9f80.tar.gz
aarch64: Implement support for elf_aux_info(3) on FreeBSD and OpenBSD
FreeBSD 12.0+, OpenBSD -current and what will be OpenBSD 7.6 support elf_aux_info(3). Signed-off-by: Brad Smith <brad@comstyle.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index a8e67d230c..d3bd46f382 100755
--- a/configure
+++ b/configure
@@ -2367,6 +2367,7 @@ SYSTEM_FUNCS="
clock_gettime
closesocket
CommandLineToArgvW
+ elf_aux_info
fcntl
getaddrinfo
getauxval
@@ -6579,6 +6580,7 @@ check_func_headers mach/mach_time.h mach_absolute_time
check_func_headers stdlib.h getenv
check_func_headers sys/stat.h lstat
check_func_headers sys/auxv.h getauxval
+check_func_headers sys/auxv.h elf_aux_info
check_func_headers sys/sysctl.h sysctlbyname
check_func_headers windows.h GetModuleHandle