All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] ffmpeg issue with MIPS
@ 2018-01-03 21:43 Johannes Schmitz
  2018-01-03 21:50 ` Thomas Petazzoni
  0 siblings, 1 reply; 5+ messages in thread
From: Johannes Schmitz @ 2018-01-03 21:43 UTC (permalink / raw)
  To: buildroot

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>

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-01-03 23:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-03 21:43 [Buildroot] ffmpeg issue with MIPS Johannes Schmitz
2018-01-03 21:50 ` Thomas Petazzoni
     [not found]   ` <CAMbDF3+pfHWMz1iYOxY-rnBJkBRhxw534dGacPbKMLF_+OQTHg@mail.gmail.com>
2018-01-03 22:05     ` Thomas Petazzoni
2018-01-03 22:13       ` Johannes Schmitz
2018-01-03 23:32         ` Johannes Schmitz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.