Re: [FFmpeg-devel] [PATCH] Restore compatibility with powerpc-apple-darwin9-gcc-4.2.1

2016-07-15 Thread Michael Niedermayer
On Fri, Jul 15, 2016 at 07:00:17AM -0400, Ronald S. Bultje wrote: > Hi Pavel, > > On Fri, Jul 15, 2016 at 12:17 AM, Pavel Koshevoy > wrote: > > > I've re-sent this patch via git send-email to make it easier to view. > > It has been tested with gcc 4.2.1 on osx 10.5 by me, and with clang > > and

Re: [FFmpeg-devel] [PATCH] Restore compatibility with powerpc-apple-darwin9-gcc-4.2.1

2016-07-15 Thread Ronald S. Bultje
Hi Pavel, On Fri, Jul 15, 2016 at 12:17 AM, Pavel Koshevoy wrote: > I've re-sent this patch via git send-email to make it easier to view. > It has been tested with gcc 4.2.1 on osx 10.5 by me, and with clang > and gcc 4.9 by Jing Yu on ubuntu -- > http://ffmpeg.org/pipermail/ffmpeg-devel/2016-Ju

[FFmpeg-devel] [PATCH] Restore compatibility with powerpc-apple-darwin9-gcc-4.2.1

2016-07-14 Thread pkoshevoy
From: Pavel Koshevoy ... and attempt to preserve compatibility with clang that was introduced in 311a953c76081fca99b872629d248f9d69ebc0c3 (untested) --- libavcodec/ppc/asm.S | 8 +++- libavcodec/ppc/fft_altivec.S | 26 +++--- 2 files changed, 22 insertions(+), 12

Re: [FFmpeg-devel] [PATCH] Restore compatibility with powerpc-apple-darwin9-gcc-4.2.1

2016-07-14 Thread Pavel Koshevoy
I've re-sent this patch via git send-email to make it easier to view. It has been tested with gcc 4.2.1 on osx 10.5 by me, and with clang and gcc 4.9 by Jing Yu on ubuntu -- http://ffmpeg.org/pipermail/ffmpeg-devel/2016-July/196547.html Is there any reason it shouldn't be applied? Pavel. On