From 602b1858113e6807a7e40820d377ee5a529798af Mon Sep 17 00:00:00 2001 From: Christopher Larson Date: Tue, 13 Dec 2016 20:06:51 -0700 Subject: 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 Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-multimedia/x264/x264_git.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-multimedia/x264/x264_git.bb') 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" SRC_URI = "git://github.com/mirror/x264;branch=stable \ file://don-t-default-to-cortex-a9-with-neon.patch \ + file://Fix-X32-build-by-disabling-asm.patch \ " SRCREV = "86b71982e131eaa70125f8d0e725fcade9c4c677" -- cgit v1.2.3-54-g00ecf