summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2016-07-17 18:56:33 +0200
committerAnton Khirnov <anton@khirnov.net>2016-10-02 18:55:41 +0200
commitbb81ed476569b912a37ed553e756e123b6b13b14 (patch)
tree0c44c5879933ae42d2d6202d7c4d7e374c65b344 /configure
parentc2755864afadfbaa349e8d583665c86fe99fa90b (diff)
downloadffmpeg-streaming-bb81ed476569b912a37ed553e756e123b6b13b14.zip
ffmpeg-streaming-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-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index f9969a2..80a4b09 100755
--- a/configure
+++ b/configure
@@ -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
OpenPOWER on IntegriCloud