Re: [libav-devel] [PATCH 13/13] lavu: remove the custom atomic API

2016-09-07 Thread Luca Barbato
On 07/09/16 14:59, Anton Khirnov wrote: > It has been replaced by C11 stdatomic.h and is now unused. > --- > configure| 2 - > libavutil/Makefile | 5 --- > libavutil/atomic.c | 109 > --- > libavutil/atomic.h |

[libav-devel] [PATCH 13/13] lavu: remove the custom atomic API

2016-09-07 Thread Anton Khirnov
It has been replaced by C11 stdatomic.h and is now unused. --- configure| 2 - libavutil/Makefile | 5 --- libavutil/atomic.c | 109 --- libavutil/atomic.h | 79 --

Re: [libav-devel] [PATCH 13/13] lavu: remove the custom atomic API

2016-08-06 Thread James Almer
On 8/6/2016 10:41 AM, Anton Khirnov wrote: > Quoting James Almer (2016-07-29 19:40:00) >> On 7/29/2016 8:52 AM, Anton Khirnov wrote: >>> It has been replaced by C11 stdatomic.h and is now unused. >>> --- >>> libavutil/Makefile | 5 --- >>> libavutil/atomic.c | 109 >>>

Re: [libav-devel] [PATCH 13/13] lavu: remove the custom atomic API

2016-08-06 Thread Anton Khirnov
Quoting James Almer (2016-07-29 19:40:00) > On 7/29/2016 8:52 AM, Anton Khirnov wrote: > > It has been replaced by C11 stdatomic.h and is now unused. > > --- > > libavutil/Makefile | 5 --- > > libavutil/atomic.c | 109 > > --- > >

Re: [libav-devel] [PATCH 13/13] lavu: remove the custom atomic API

2016-07-29 Thread James Almer
On 7/29/2016 8:52 AM, Anton Khirnov wrote: > It has been replaced by C11 stdatomic.h and is now unused. > --- > libavutil/Makefile | 5 --- > libavutil/atomic.c | 109 > --- > libavutil/atomic.h | 79

[libav-devel] [PATCH 13/13] lavu: remove the custom atomic API

2016-07-29 Thread Anton Khirnov
It has been replaced by C11 stdatomic.h and is now unused. --- libavutil/Makefile | 5 --- libavutil/atomic.c | 109 --- libavutil/atomic.h | 79 -- libavutil/atomic_gcc.h | 61