ffmpeg: disable assembly on MIPS
authorIan Leonard <antonlacon@gmail.com>
Sun, 3 Feb 2019 23:30:45 +0000 (15:30 -0800)
committerIan Leonard <antonlacon@gmail.com>
Fri, 8 Feb 2019 01:08:23 +0000 (17:08 -0800)
commit7d8d79064c1e3a606c136a1e09a2be945533bd5f
tree6bc00b33f35e821eebc5382e1a96815294047471
parent295f6b3b415bb5e116903d11807d76d58e11bd56
ffmpeg: disable assembly on MIPS

Disable use of assembly on MIPS to allow it to build. MIPS is not
expected to be high performance in OpenWrt, and this allows it to still
be used for media identification as updated versions of ffmpeg are
brought in.

The error is in

libavcodec/mips/aacdec_mips.c: In function 'imdct_and_windowing_mips'

regarding: 'asm' has impossible constraints in multiple locations.

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
multimedia/ffmpeg/Makefile