Re: [OpenWrt-Devel] ffmpeg on au1500 --disable-mips32r2

2014-10-13 Thread Florian Fainelli
2014-10-13 9:16 GMT-07:00 Dirk Neukirchen : > On 13.10.2014 17:55, Bruno Randolf wrote: >> Hello again, >> >> ffmpeg tries to automatically enable optimizations for the MIPS >> platform, but for au1500 it automatically enables mips32r2, which this >> CPU does not support. >> >> For now, I could fix

Re: [OpenWrt-Devel] ffmpeg on au1500 --disable-mips32r2

2014-10-13 Thread Dirk Neukirchen
On 13.10.2014 17:55, Bruno Randolf wrote: > Hello again, > > ffmpeg tries to automatically enable optimizations for the MIPS > platform, but for au1500 it automatically enables mips32r2, which this > CPU does not support. > > For now, I could fix the problem by adding --disable-mips32r2 to > FFMP