Re: [FFmpeg-devel] [PATCH v3] mips/asmdefs: use _ABI64 as defined by gcc

2015-03-12 Thread Michael Niedermayer
On Wed, Mar 11, 2015 at 02:59:28PM +, James Cowgill wrote: > Unfortunately android < api 21 (lollipop) doesn't have the sgidefs.h header, > the easiest way around this is to just use the preprocessor definitions from > gcc / clang. > > Signed-off-by: James Cowgill > --- > Hi, > > Sorry I for

[FFmpeg-devel] [PATCH v3] mips/asmdefs: use _ABI64 as defined by gcc

2015-03-11 Thread James Cowgill
Unfortunately android < api 21 (lollipop) doesn't have the sgidefs.h header, the easiest way around this is to just use the preprocessor definitions from gcc / clang. Signed-off-by: James Cowgill --- Hi, Sorry I forgot about this a little. I think that doing it this way is better than messing a