[Buildroot] ffmpeg issue with MIPS

Johannes Schmitz johannes.schmitz1 at gmail.com
Wed Jan 3 21:43:40 UTC 2018


Short summary of a MIPS (ci20) related bug:

In
"package/ffmpeg/ffmpeg.mk"
the decision is made to build ffmpeg with or without mipsfpu support:

ifeq ($(BR2_mips)$(BR2_mipsel)$(BR2_mips64)$(BR2_mips64el),y)
ifeq ($(BR2_MIPS_SOFT_FLOAT),y)
FFMPEG_CONF_OPTS += --disable-mipsfpu
else
FFMPEG_CONF_OPTS += --enable-mipsfpu
endif
endif # MIPS

This apparently goes wrong in a ci20 build.
Result:
squeezelite can not be executed.
See:
https://pastebin.com/nsseiAdV
Error is at the end
trying file=/usr/lib/libavcodec.so.57  -> needs FR1 mode

Regards
Johannes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20180103/9ed8947d/attachment.html>


More information about the buildroot mailing list