ffmpeg/compat/atomics
James Almer 824d4062a1 compat/atomics/gcc: use __typeof__ instead of typeof
The typeof keyword is apparently not available when using the -std=c99 option.

Fixes the use of C11 atomic functions with old GCC.

Reviewed-by: Muhammad Faiz <mfcc64@gmail.com>
Signed-off-by: James Almer <jamrial@gmail.com>
2017-03-18 12:13:46 -03:00
..
dummy compat/atomics: rename header guards 2016-12-02 20:08:54 -03:00
gcc compat/atomics/gcc: use __typeof__ instead of typeof 2017-03-18 12:13:46 -03:00
pthread compat/atomics: rename header guards 2016-12-02 20:08:54 -03:00
suncc compat/atomics: rename header guards 2016-12-02 20:08:54 -03:00
win32 compat/atomics: rename header guards 2016-12-02 20:08:54 -03:00