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:23:43 +0000 |
commit | 22d1ec2aa77e289813e0f3b516abdc8cdbc512d9 (patch) | |
tree | 7484b75c1ccd8afb5803b42d55251161eafdda20 | |
parent | 701250dae6c5d3f464bf6d7c46c19d59d1c00bec (diff) | |
download | openembedded-core-22d1ec2aa77e289813e0f3b516abdc8cdbc512d9.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.
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
-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 \ file://CVE-2017-14223.patch \ file://CVE-2017-14225.patch \ " -SRC_URI[md5sum] = "743dc66ebe67180283b92d029f690d0f" -SRC_URI[sha256sum] = "d2a9002cdc6b533b59728827186c044ad02ba64841f1b7cd6c21779875453a1e" +SRC_URI[md5sum] = "e14a0200c78ce5c918427e57cd406a0d" +SRC_URI[sha256sum] = "98b97e1b908dfeb6aeb6d407e5a5eacdfc253a40c2d195f5867ed2d1d46ea957" # Build fails when thumb is enabled: https://bugzilla.yoctoproject.org/show_bug.cgi?id=7717 ARM_INSTRUCTION_SET = "arm" |