Re: [FFmpeg-devel] [PATCH] lavu: Makefile: skip atomic.c if native atomics are available

2015-07-01 Thread Michael Niedermayer
On Wed, Jul 01, 2015 at 02:20:08PM -0500, Rodger Combs wrote: > This prevents a linker warning and skips a useless compilation > --- > libavutil/Makefile | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/libavutil/Makefile b/libavutil/Makefile > index abfd10f..6fa810e 100

[FFmpeg-devel] [PATCH] lavu: Makefile: skip atomic.c if native atomics are available

2015-07-01 Thread Rodger Combs
This prevents a linker warning and skips a useless compilation --- libavutil/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libavutil/Makefile b/libavutil/Makefile index abfd10f..6fa810e 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -78,7 +78,6 @@ BUIL