Hi, On Fri Jan 30 2015 at 9:45:14 AM Andreas Cadhalpun < andreas.cadhal...@googlemail.com> wrote: > > > Just off the top of my head (I haven't looked at the code), if > > any of those features use assembly and do any pointer arithmetic they > > might need a small amount of porting. > > These features are about the assembler optimizations found in > libavcodec/mips/* and libavutil/mips/*. I don't know if they do any > pointer arithmetic, though. >
Seems like they do: https://github.com/FFmpeg/FFmpeg/blob/master/libavutil/mips/float_dsp_mips.c#L79-L84 Timothy