[oe-commits] Ross Burton : gstreamer1.0-plugins-bad: disable Yadif on X32

git at git.openembedded.org git at git.openembedded.org
Mon Mar 2 22:39:53 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: 5c2f014406dc3e7baaea1c91827d7a7c660c2e1e
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=5c2f014406dc3e7baaea1c91827d7a7c660c2e1e

Author: Ross Burton <ross.burton at intel.com>
Date:   Mon Mar  2 22:25:52 2015 +0000

gstreamer1.0-plugins-bad: disable Yadif on X32

Yadif generates bad assembler when the x32 tune is enabled:

gst/yadif/yadif_template.c:244: Error: `(%edx,%r11)' is not a valid base/index expression

This should be fixed upstream but until then we can disable the Yadif
plugin if x32 is enabled.

[ YOCTO #7385 ]

Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
index 69a15a2..e2752af 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
@@ -127,6 +127,7 @@ EXTRA_OECONF += " \
     --disable-xvid \
     --disable-zbar \
     ${GSTREAMER_1_0_ORC} \
+    ${@bb.utils.contains("TUNE_FEATURES", "mx32", "--disable-yadif", "", d)} \
     "
 
 ARM_INSTRUCTION_SET = "arm"



More information about the Openembedded-commits mailing list