diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-06-08 22:28:25 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-06-11 23:59:16 +0100 |
commit | 8c9acb766b3ab92224f9b1598eb0196ef6d92974 (patch) | |
tree | 8c74bff9e0ca7691042814298e846c06dc45591f /meta/recipes-multimedia/x264/x264_git.bb | |
parent | e28c11150019523849e1c75e089779f61cefa6ce (diff) | |
download | poky-8c9acb766b3ab92224f9b1598eb0196ef6d92974.tar.gz |
x264: r2265 -> r2491
Update don-t-default-to-cortex-a9-with-neon.patch for aarch64.
(From OE-Core rev: 2c8d6320ca4db7f7158a3e69467bee5c8ca8fed5)
Signed-off-by: Robert Yang <liezhi.yang@windriver.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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/x264/x264_git.bb b/meta/recipes-multimedia/x264/x264_git.bb index 105ccae177..0a69909808 100644 --- a/meta/recipes-multimedia/x264/x264_git.bb +++ b/meta/recipes-multimedia/x264/x264_git.bb | |||
@@ -12,9 +12,9 @@ SRC_URI = "git://git.videolan.org/x264.git \ | |||
12 | file://don-t-default-to-cortex-a9-with-neon.patch \ | 12 | file://don-t-default-to-cortex-a9-with-neon.patch \ |
13 | " | 13 | " |
14 | 14 | ||
15 | SRCREV = "ffc3ad4945da69f3caa2b40e4eed715a9a8d9526" | 15 | SRCREV = "c8a773ebfca148ef04f5a60d42cbd7336af0baf6" |
16 | 16 | ||
17 | PV = "r2265+git${SRCPV}" | 17 | PV = "r2491+git${SRCPV}" |
18 | 18 | ||
19 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
20 | 20 | ||