summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer
diff options
context:
space:
mode:
authorJussi Kukkonen <jussi.kukkonen@intel.com>2016-04-06 11:19:12 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-04-06 22:57:25 +0100
commit3d56864fd3ea190a2fa203bba37aa4125919e676 (patch)
tree596b6682f376ffdf4874ab629e9c11b5c580ccf1 /meta/recipes-multimedia/gstreamer
parent8cc10a90c42f9e6c43aeef429029e2af997bf892 (diff)
downloadpoky-3d56864fd3ea190a2fa203bba37aa4125919e676.tar.gz
ffmpeg, gstreamer1.0-libav: add textrel INSANE_SKIPs
ffmpeg disables PIC on some platforms even when --enable-pic is set, apparently for performance reasons. Add INSANE_SKIPS for the relevant packages. Fixes [YOCTO #9375]. (From OE-Core rev: 4438a1125bb15ed19c78833f4d8a5b108cd91d30) Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer')
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0-libav.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav.inc
index 598a349e02..363101e1a4 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav.inc
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav.inc
@@ -41,3 +41,6 @@ FILES_${PN}-staticdev += "${libdir}/gstreamer-1.0/*.a"
41# http://errors.yoctoproject.org/Errors/Details/20493/ 41# http://errors.yoctoproject.org/Errors/Details/20493/
42ARM_INSTRUCTION_SET_armv4 = "arm" 42ARM_INSTRUCTION_SET_armv4 = "arm"
43ARM_INSTRUCTION_SET_armv5 = "arm" 43ARM_INSTRUCTION_SET_armv5 = "arm"
44
45# ffmpeg/libav disables PIC on some platforms (e.g. x86-32)
46INSANE_SKIP_${PN} = "textrel"