mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-26 17:32:06 +00:00
Merge commit '6dc6598692da3b0ebda2d768681786343f26a4f4'
* commit '6dc6598692da3b0ebda2d768681786343f26a4f4': configure: Simplify an expression with enabled_all. Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
1152863a3f
2
configure
vendored
2
configure
vendored
@ -4088,7 +4088,7 @@ if enabled pthreads; then
|
||||
fi
|
||||
|
||||
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