Re: [FFmpeg-devel] latest ffmpeg git master build is broken on osx powerpc

2016-07-11 Thread Jing Yu
It looks like a Darwin related issue. Given that this is a really an old combination (apple on power), rather than revert this patch, I would make a new patch which wraps the new code format with #ifdef__APPLE__. I will send the patch for review shortly. Thanks! On Sat, Jul 9, 2016 at 5:18 PM, Jin

Re: [FFmpeg-devel] latest ffmpeg git master build is broken on osx powerpc

2016-07-11 Thread Jing Yu
I have tried gcc-4.9.1, and it works. gcc-4.2.1 is too old. All right. Please help to revert my patch. Thanks! On Sat, Jul 9, 2016 at 11:02 AM, Michael Niedermayer wrote: > adding jingyu (author of 311a953c76081fca99b872629d248f9d69ebc0c3) to CC > > On Sat, Jul 09, 2016 at 07:47:26AM -0600, Pavel

Re: [FFmpeg-devel] latest ffmpeg git master build is broken on osx powerpc

2016-07-09 Thread Michael Niedermayer
adding jingyu (author of 311a953c76081fca99b872629d248f9d69ebc0c3) to CC On Sat, Jul 09, 2016 at 07:47:26AM -0600, Pavel Koshevoy wrote: > Hi, > > PowerPC build on OSX 10.5 (Leopard) is broken: > > $ gcc --version > powerpc-apple-darwin9-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5577) > Copyright

[FFmpeg-devel] latest ffmpeg git master build is broken on osx powerpc

2016-07-09 Thread Pavel Koshevoy
Hi, PowerPC build on OSX 10.5 (Leopard) is broken: $ gcc --version powerpc-apple-darwin9-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5577) Copyright (C) 2007 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILIT