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 ]

(From OE-Core rev: 5c2f014406dc3e7baaea1c91827d7a7c660c2e1e)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton 2015-03-02 22:25:52 +00:00 committed by Richard Purdie
parent ecd052ebf9
commit 8d4e621a6c
1 changed files with 1 additions and 0 deletions

View File

@ -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"