[PATCH] configure: enable os2threads with atomics support

KO Myung-Hun via ffmpeg-devel <[email protected]> Tue, 28 Jul 2026 00:16:58 +0900
Newsgroups gmane.comp.video.ffmpeg.devel
Message-ID <[email protected]>
---
 configure | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/configure b/configure
index d51809931c..06f71f5700 100755
--- a/configure
+++ b/configure
@@ -2265,6 +2265,7 @@ THREADS_LIST="
 
 ATOMICS_LIST="
     atomics_win32
+    atomics_os2
 "
 
 AUTODETECT_LIBS="
@@ -3033,8 +3034,10 @@ valgrind_backtrace_deps="valgrind_valgrind_h"
 
 # threading support
 atomics_win32_if="MemoryBarrier"
+atomics_os2_if="stdatomic"
 atomics_native_if_any="$ATOMICS_LIST"
 w32threads_deps="atomics_native"
+os2threads_deps="atomics_native"
 threads_if_any="$THREADS_LIST"
 
 # subsystems
-- 
2.50.1

_______________________________________________
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]