diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-10-18 16:53:05 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-10-28 11:27:33 +0100 |
commit | dcd1c262e4d144d4ccb9500aff46f3c8713db2f6 (patch) | |
tree | c5062e525b714f58c6d3f96da7ed015ea0044cfd | |
parent | 456e51bc5f39ac915a7ec66658410ef223b3d4bc (diff) | |
download | openembedded-core-dcd1c262e4d144d4ccb9500aff46f3c8713db2f6.tar.gz |
ffmpeg: update to 3.1.4
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r-- | meta/recipes-multimedia/ffmpeg/ffmpeg_3.1.4.bb (renamed from meta/recipes-multimedia/ffmpeg/ffmpeg_3.1.3.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/ffmpeg/ffmpeg_3.1.3.bb b/meta/recipes-multimedia/ffmpeg/ffmpeg_3.1.4.bb index 050f1eefa7..06e7a306b9 100644 --- a/meta/recipes-multimedia/ffmpeg/ffmpeg_3.1.3.bb +++ b/meta/recipes-multimedia/ffmpeg/ffmpeg_3.1.4.bb @@ -16,8 +16,8 @@ LIC_FILES_CHKSUM = "file://COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ SRC_URI = "https://www.ffmpeg.org/releases/${BP}.tar.xz \ file://mips64_cpu_detection.patch \ " -SRC_URI[md5sum] = "72769316a4b2b8809c7f6d5a8b6766f4" -SRC_URI[sha256sum] = "f8575c071e2a64437aeb70c8c030b385cddbe0b5cde20c9b18a6def840128822" +SRC_URI[md5sum] = "b54d3e3d2d14d64305b840bb3d287445" +SRC_URI[sha256sum] = "a80cb378dda5c9bbcdbd62a99bdec0e4eedbcb47f290e72845af4855c1146b5b" # Build fails when thumb is enabled: https://bugzilla.yoctoproject.org/show_bug.cgi?id=7717 ARM_INSTRUCTION_SET = "arm" |