aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2016-01-03 20:14:37 +0100
committerClément Bœsch <u@pkh.me>2016-01-07 22:51:31 +0100
commit2ce29d17656fab36286a76a9bb68e001e2815a3d (patch)
treec57b323873ec1c45ec8ab07d1ea36bbe1c86a507 /configure
parentd64fe951c2ee8a85c615c33490889f45c4663862 (diff)
downloadffmpeg-2ce29d17656fab36286a76a9bb68e001e2815a3d.tar.gz
lavu: add ff_parity()
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 1bff7f689a..90b8fcc542 100755
--- a/configure
+++ b/configure
@@ -1736,6 +1736,7 @@ BUILTIN_LIST="
machine_rw_barrier
MemoryBarrier
mm_empty
+ parity
rdtsc
sarestart
sync_val_compare_and_swap
@@ -5241,6 +5242,7 @@ check_builtin sarestart signal.h "SA_RESTART"
check_builtin sync_val_compare_and_swap "" "int *ptr; int oldval, newval; __sync_val_compare_and_swap(ptr, oldval, newval)"
check_builtin gmtime_r time.h "time_t *time; struct tm *tm; gmtime_r(time, tm)"
check_builtin localtime_r time.h "time_t *time; struct tm *tm; localtime_r(time, tm)"
+check_builtin parity "" "__builtin_parity(123)"
case "$custom_allocator" in
jemalloc)