diff options
author | Ross Burton <ross.burton@intel.com> | 2015-03-02 22:25:52 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-03-02 22:39:40 +0000 |
commit | 8d4e621a6ccadcaf904fadec0f1c2b61974e88db (patch) | |
tree | 5e122a7fb56b54735b85a60b3a4589db3f7ba812 /meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc | |
parent | ecd052ebf9681145710e11549f7f725a941bd423 (diff) | |
download | poky-8d4e621a6ccadcaf904fadec0f1c2b61974e88db.tar.gz |
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>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc index 69a15a2ccf..e2752af612 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 += " \ | |||
127 | --disable-xvid \ | 127 | --disable-xvid \ |
128 | --disable-zbar \ | 128 | --disable-zbar \ |
129 | ${GSTREAMER_1_0_ORC} \ | 129 | ${GSTREAMER_1_0_ORC} \ |
130 | ${@bb.utils.contains("TUNE_FEATURES", "mx32", "--disable-yadif", "", d)} \ | ||
130 | " | 131 | " |
131 | 132 | ||
132 | ARM_INSTRUCTION_SET = "arm" | 133 | ARM_INSTRUCTION_SET = "arm" |