1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-03-03 14:32:16 +02:00
FFmpeg/libavutil
Martin Storsjö e460aa3282 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>
2013-03-08 14:55:08 +02:00
..
2012-10-29 20:05:41 +01:00
2013-01-25 17:20:03 +01:00
2012-10-21 22:38:21 +02:00
2012-10-21 22:38:21 +02:00
2012-08-15 22:32:06 +03:00
2013-01-15 23:18:07 +02:00
2013-03-01 01:44:35 +01:00
2012-12-18 13:36:51 +01:00
2012-10-25 11:36:57 +02:00
2012-10-25 11:36:57 +02:00
2013-03-08 07:36:15 +01:00
2012-10-25 11:36:57 +02:00
2012-10-23 07:33:05 +02:00
2013-01-12 12:00:49 +01:00
2012-11-20 12:45:58 +01:00
2013-01-12 12:00:49 +01:00
2012-08-15 22:32:06 +03:00