Re: [FFmpeg-devel] [PATCH v2] mips/asmdefs: use asm/sgidefs.h header on linux

2015-03-11 Thread Michael Niedermayer
On Sat, Mar 07, 2015 at 12:42:30PM +, James Cowgill wrote: > On Sat, 2015-03-07 at 13:32 +0100, Michael Niedermayer wrote: > > On Sat, Mar 07, 2015 at 10:56:45AM +, James Cowgill wrote: > > > Unfortunately android < api 21 (lollipop) doesn't have the sgidefs.h > > > header, > > > but the l

Re: [FFmpeg-devel] [PATCH v2] mips/asmdefs: use asm/sgidefs.h header on linux

2015-03-07 Thread James Cowgill
On Sat, 2015-03-07 at 13:32 +0100, Michael Niedermayer wrote: > On Sat, Mar 07, 2015 at 10:56:45AM +, James Cowgill wrote: > > Unfortunately android < api 21 (lollipop) doesn't have the sgidefs.h header, > > but the linux kernel does have an almost equivalent asm/sgidefs.h which will > > do so

Re: [FFmpeg-devel] [PATCH v2] mips/asmdefs: use asm/sgidefs.h header on linux

2015-03-07 Thread Michael Niedermayer
On Sat, Mar 07, 2015 at 10:56:45AM +, James Cowgill wrote: > Unfortunately android < api 21 (lollipop) doesn't have the sgidefs.h header, > but the linux kernel does have an almost equivalent asm/sgidefs.h which will > do so use that header if we can. > > Change _ABI64 to _MIPS_SIM_ABI64 which

[FFmpeg-devel] [PATCH v2] mips/asmdefs: use asm/sgidefs.h header on linux

2015-03-07 Thread James Cowgill
Unfortunately android < api 21 (lollipop) doesn't have the sgidefs.h header, but the linux kernel does have an almost equivalent asm/sgidefs.h which will do so use that header if we can. Change _ABI64 to _MIPS_SIM_ABI64 which is defined in both headers. Signed-off-by: James Cowgill --- configur