diff options
author | Martin Storsjö <martin@martin.st> | 2013-03-08 12:32:38 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2013-03-08 14:55:08 +0200 |
commit | e460aa3282962aa3e89f19e207ec13b501187949 (patch) | |
tree | a15c4bd09b2609b086ed9fd6e74127af52e53978 /cmdutils.h | |
parent | f1af3d19a7924c6f5963ee15a83bad26d2262dc3 (diff) | |
download | ffmpeg-e460aa3282962aa3e89f19e207ec13b501187949.tar.gz |
atomic: Check for __sync_val_compare_and_swap instead of __sync_synchronize
Not all gcc configurations have an implementation of all the atomic
operations, and some gcc configurations have some atomic builtins
implemented but not all.
Thus check for the most essential function, whose presence should
indicate that all others are present as well, since it can be used
to implement all the other ones.
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'cmdutils.h')
0 files changed, 0 insertions, 0 deletions