diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2017-09-30 11:21:01 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-11-08 22:24:03 +0000 |
commit | 8cb91a4c5cfa0355edeb8997fd0a505cc4e41aee (patch) | |
tree | 0967c2a2aa75ee6c450c8c796662bfba4ed02439 /meta/recipes-multimedia | |
parent | 97a6212442fe8c4e05fc63bc296cc0e6cd006d12 (diff) | |
download | poky-8cb91a4c5cfa0355edeb8997fd0a505cc4e41aee.tar.gz |
ffmpeg: upgrade to 3.3.4
Upgrade ffmpeg to version 3.3.4. Version 3.3.4 is a bug fix version, and
there's no new feature added.
Compared to version 3.3.3, there are 57 new commits. These 57 commits are
either bug fix or small tweaks.
(From OE-Core rev: 22d1ec2aa77e289813e0f3b516abdc8cdbc512d9)
Signed-off-by: Chen Qi <Qi.Chen@windriver.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')
-rw-r--r-- | meta/recipes-multimedia/ffmpeg/ffmpeg_3.3.4.bb (renamed from meta/recipes-multimedia/ffmpeg/ffmpeg_3.3.3.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/ffmpeg/ffmpeg_3.3.3.bb b/meta/recipes-multimedia/ffmpeg/ffmpeg_3.3.4.bb index c1ebecf933..c8f521e7be 100644 --- a/meta/recipes-multimedia/ffmpeg/ffmpeg_3.3.3.bb +++ b/meta/recipes-multimedia/ffmpeg/ffmpeg_3.3.4.bb | |||
@@ -39,8 +39,8 @@ SRC_URI = "https://www.ffmpeg.org/releases/${BP}.tar.xz \ | |||
39 | file://CVE-2017-14223.patch \ | 39 | file://CVE-2017-14223.patch \ |
40 | file://CVE-2017-14225.patch \ | 40 | file://CVE-2017-14225.patch \ |
41 | " | 41 | " |
42 | SRC_URI[md5sum] = "743dc66ebe67180283b92d029f690d0f" | 42 | SRC_URI[md5sum] = "e14a0200c78ce5c918427e57cd406a0d" |
43 | SRC_URI[sha256sum] = "d2a9002cdc6b533b59728827186c044ad02ba64841f1b7cd6c21779875453a1e" | 43 | SRC_URI[sha256sum] = "98b97e1b908dfeb6aeb6d407e5a5eacdfc253a40c2d195f5867ed2d1d46ea957" |
44 | 44 | ||
45 | # Build fails when thumb is enabled: https://bugzilla.yoctoproject.org/show_bug.cgi?id=7717 | 45 | # Build fails when thumb is enabled: https://bugzilla.yoctoproject.org/show_bug.cgi?id=7717 |
46 | ARM_INSTRUCTION_SET = "arm" | 46 | ARM_INSTRUCTION_SET = "arm" |