mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 03:59:43 +00:00
configure: Simplify an expression with enabled_all.
This commit is contained in:
parent
f11e4045b9
commit
6dc6598692
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"
|
||||
|
Loading…
Reference in New Issue
Block a user