On Sat, 2015-03-07 at 18:06 +0100, wm4 wrote:
> On Sat, 7 Mar 2015 10:13:23 +
> James Cowgill wrote:
>
> > Unfortunately android < api 21 (lollipop) doesn't have the sgidefs.h header,
> > but the linux kernel does in asm/sgidefs.h. So use that header if we can.
> >
> > Change _ABI64 to _MIP
On Sat, 7 Mar 2015 10:13:23 +
James Cowgill wrote:
> Unfortunately android < api 21 (lollipop) doesn't have the sgidefs.h header,
> but the linux kernel does in asm/sgidefs.h. So use that header if we can.
>
> Change _ABI64 to _MIPS_SIM_ABI64 which is defined in both headers.
What does thi
On Sat, Mar 07, 2015 at 10:13:23AM +, James Cowgill wrote:
> Unfortunately android < api 21 (lollipop) doesn't have the sgidefs.h header,
> but the linux kernel does in asm/sgidefs.h. So use that header if we can.
>
> Change _ABI64 to _MIPS_SIM_ABI64 which is defined in both headers.
>
> Sign
Unfortunately android < api 21 (lollipop) doesn't have the sgidefs.h header,
but the linux kernel does in asm/sgidefs.h. So use that header if we can.
Change _ABI64 to _MIPS_SIM_ABI64 which is defined in both headers.
Signed-off-by: James Cowgill
---
libavutil/mips/asmdefs.h | 6 +-
1 file