packages/multimedia/ffmpeg
Ian Leonard 7d8d79064c 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>
2019-02-07 17:08:23 -08:00
..
Config.in ffmpeg: Add choices to libffmpeg-custom to select and build CLI programs 2018-11-11 17:32:41 -05:00
Makefile ffmpeg: disable assembly on MIPS 2019-02-07 17:08:23 -08:00