This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit 1f26f9d9e1d145e53bdd62dccfa3900c06efb032 Author: KO Myung-Hun <[email protected]> AuthorDate: Mon Jul 27 23:40:38 2026 +0900 Commit: James Almer <[email protected]> CommitDate: Wed Aug 19 16:20:15 2026 +0000 configure: enable os2threads with atomics support --- configure | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure b/configure index e2be2ee397..4e9f6242ce 100755 --- a/configure +++ b/configure @@ -2267,6 +2267,7 @@ THREADS_LIST=" ATOMICS_LIST=" atomics_win32 + atomics_os2 " AUTODETECT_LIBS=" @@ -3036,8 +3037,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 -- To stop receiving notification emails like this one, please contact [email protected]. _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
