On 11/21/2016 10:20 PM, Carl Eugen Hoyos wrote: > 2016-11-21 16:49 GMT+01:00 James Almer <[email protected]>: > >>> +int64_t avpriv_atomic_int64_cas(int64_t volatile *ptr, int64_t oldval, >>> int64_t newval) >> >> There's a bunch of libav commits in queue to replace the entire custom atomic >> API and use instead the standard C11 API. > > What does that mean for pre-C11 compilers? > > Carl Eugen
As i said in a following paragraph, the set includes fallback compat implementations for non C11 compilers. The result is similar to how threading is handled on non-pthreads targets. _______________________________________________ ffmpeg-devel mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
