diff options
author | Anton Khirnov <anton@khirnov.net> | 2016-07-17 18:56:33 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2016-10-02 18:55:41 +0200 |
commit | bb81ed476569b912a37ed553e756e123b6b13b14 (patch) | |
tree | 0c44c5879933ae42d2d6202d7c4d7e374c65b344 /configure | |
parent | c2755864afadfbaa349e8d583665c86fe99fa90b (diff) | |
download | ffmpeg-bb81ed476569b912a37ed553e756e123b6b13b14.tar.gz |
Add a compat stdatomic.h implementation based on suncc atomics
Adapted from the code by RĂ©mi Denis-Courmont from VLC
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -5078,6 +5078,8 @@ if disabled stdatomic_h; then add_cppflags '-I\$(SRC_PATH)/compat/atomics/gcc' elif enabled atomics_win32; then add_cppflags '-I\$(SRC_PATH)/compat/atomics/win32' + elif enabled atomics_suncc; then + add_cppflags '-I\$(SRC_PATH)/compat/atomics/suncc' fi fi |