Re: [FFmpeg-devel] [PATCH] lavc/aarch64/simple_idct: fix build with Xcode 7.2

2017-06-14 Thread Matthieu Bouron
On Wed, Jun 14, 2017 at 06:17:54PM +0200, Matthieu Bouron wrote: > On Wed, Jun 14, 2017 at 01:39:12PM +0200, Matthieu Bouron wrote: > > --- > > libavcodec/aarch64/simple_idct_neon.S | 28 ++-- > > 1 file changed, 14 insertions(+), 14 deletions(-) > > > > diff --git a/libav

Re: [FFmpeg-devel] [PATCH] lavc/aarch64/simple_idct: fix build with Xcode 7.2

2017-06-14 Thread Matthieu Bouron
On Wed, Jun 14, 2017 at 01:39:12PM +0200, Matthieu Bouron wrote: > --- > libavcodec/aarch64/simple_idct_neon.S | 28 ++-- > 1 file changed, 14 insertions(+), 14 deletions(-) > > diff --git a/libavcodec/aarch64/simple_idct_neon.S > b/libavcodec/aarch64/simple_idct_neon.S >

[FFmpeg-devel] [PATCH] lavc/aarch64/simple_idct: fix build with Xcode 7.2

2017-06-14 Thread Matthieu Bouron
--- libavcodec/aarch64/simple_idct_neon.S | 28 ++-- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/libavcodec/aarch64/simple_idct_neon.S b/libavcodec/aarch64/simple_idct_neon.S index 5bd31e5be9..5e4d021a97 100644 --- a/libavcodec/aarch64/simple_idct_neon.