diff options
author | Christopher Larson <chris_larson@mentor.com> | 2016-12-13 20:06:51 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-09 13:39:12 +0000 |
commit | 602b1858113e6807a7e40820d377ee5a529798af (patch) | |
tree | 3a81a0951a8157726dba279aa30aed0b878b9ed9 /meta/recipes-multimedia/x264/x264_git.bb | |
parent | 8547e44a0e661e41cbef1ed80231a776060aeca9 (diff) | |
download | poky-602b1858113e6807a7e40820d377ee5a529798af.tar.gz |
x264: for x32, disable asm and pass -mx32
We should probably patch it to stop adding the -m argument to CFLAGS/LDFLAGS
in the first place, since we pass it in via CC, but this will do for now.
(From OE-Core rev: 5d2b0816a92965cdbbb2dca5d3009fbd5064b9ca)
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/x264/x264_git.bb')
-rw-r--r-- | meta/recipes-multimedia/x264/x264_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/x264/x264_git.bb b/meta/recipes-multimedia/x264/x264_git.bb index 1dafdd53ae..64193dcb45 100644 --- a/meta/recipes-multimedia/x264/x264_git.bb +++ b/meta/recipes-multimedia/x264/x264_git.bb | |||
@@ -10,6 +10,7 @@ DEPENDS = "yasm-native" | |||
10 | 10 | ||
11 | SRC_URI = "git://github.com/mirror/x264;branch=stable \ | 11 | SRC_URI = "git://github.com/mirror/x264;branch=stable \ |
12 | file://don-t-default-to-cortex-a9-with-neon.patch \ | 12 | file://don-t-default-to-cortex-a9-with-neon.patch \ |
13 | file://Fix-X32-build-by-disabling-asm.patch \ | ||
13 | " | 14 | " |
14 | 15 | ||
15 | SRCREV = "86b71982e131eaa70125f8d0e725fcade9c4c677" | 16 | SRCREV = "86b71982e131eaa70125f8d0e725fcade9c4c677" |