mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-04-30 22:00:51 +08:00
configure: Simplify an expression with enabled_all.
This commit is contained in:
2
configure
vendored
2
configure
vendored
@@ -3692,7 +3692,7 @@ for thread in $THREADS_LIST; do
|
||||
done
|
||||
|
||||
enabled sync_val_compare_and_swap && enable atomics_gcc
|
||||
enabled machine_rw_barrier && enabled atomic_cas_ptr && enable atomics_suncc
|
||||
enabled_all atomic_cas_ptr machine_rw_barrier && enable atomics_suncc
|
||||
enabled MemoryBarrier && enable atomics_win32
|
||||
|
||||
check_lib math.h sin -lm && LIBM="-lm"
|
||||
|
||||
Reference in New Issue
Block a user