Re: [PATCH] configure: enable os2threads with atomics support

KO Myung-Hun via ffmpeg-devel <[email protected]> Sun, 02 Aug 2026 21:51:53 +0900
Newsgroups gmane.comp.video.ffmpeg.devel
Message-ID <[email protected]>
Ping?

KO Myung-Hun via ffmpeg-devel wrote:
> ---
>  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

-- 
KO Myung-Hun

Korean OS/2 User Community : https://www.os2.kr/
_______________________________________________
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]