ffmpeg disables position independent code on several architectures even when --enable-pic is set: this seems to be a conscious decision based on performance (see also previous discussion*).
First patch is an unrelated packaging fix, second adds INSANE_SKIPs to hide QA warnings about .text relocation. *) http://lists.openembedded.org/pipermail/openembedded-core/2015-May/105501.html Thanks, Jussi The following changes since commit f4f1d206f4ebafcde18c96c88a1bfc4ab7b0c119: scripts/lib/bsp/help.py: Typo in help for yocto-bsp create (2016-04-05 14:33:58 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib jku/ffmpeg-textrel http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=jku/ffmpeg-textrel Jussi Kukkonen (2): ffmpeg: Make configure options explicit ffmpeg, gstreamer1.0-libav: add textrel INSANE_SKIPs meta/recipes-multimedia/ffmpeg/ffmpeg_3.0.bb | 27 ++++++++++++++++++++-- .../gstreamer/gstreamer1.0-libav.inc | 3 +++ 2 files changed, 28 insertions(+), 2 deletions(-) -- 2.1.4 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
