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
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