diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-06-21 22:16:36 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-06-22 22:40:28 +0100 |
commit | fab1c23da9ab6ce41539c280649ef8cab40aedc6 (patch) | |
tree | bf284c3b2a91d3ab62a2683e4de0533b2365bfe4 /meta/recipes-multimedia | |
parent | 73a01a3c640de4e4ca1c31c613df0fd75d575ace (diff) | |
download | poky-fab1c23da9ab6ce41539c280649ef8cab40aedc6.tar.gz |
x264: upgrade to latest revision
(From OE-Core rev: 6ddb3c44ab212dc25614bd074341db7a39e2255d)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r-- | meta/recipes-multimedia/x264/x264_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/x264/x264_git.bb b/meta/recipes-multimedia/x264/x264_git.bb index 51ae9d1179..2ac2b6f1a6 100644 --- a/meta/recipes-multimedia/x264/x264_git.bb +++ b/meta/recipes-multimedia/x264/x264_git.bb | |||
@@ -14,7 +14,7 @@ SRC_URI = "git://github.com/mirror/x264;branch=stable;protocol=https \ | |||
14 | " | 14 | " |
15 | UPSTREAM_CHECK_COMMITS = "1" | 15 | UPSTREAM_CHECK_COMMITS = "1" |
16 | 16 | ||
17 | SRCREV = "5db6aa6cab1b146e07b60cc1736a01f21da01154" | 17 | SRCREV = "baee400fa9ced6f5481a728138fed6e867b0ff7f" |
18 | 18 | ||
19 | PV = "r3039+git${SRCPV}" | 19 | PV = "r3039+git${SRCPV}" |
20 | 20 | ||