diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2018-02-01 20:02:07 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-02-06 10:54:41 +0000 |
commit | 2b642f9bff861b923705a89002dd678bd3b2f331 (patch) | |
tree | 77b56e15be1f4bc04f9ed087d1f09dddccc0e343 | |
parent | b75c6deb5e2d781c5b5ef19cd98dfd3fda999af5 (diff) | |
download | openembedded-core-2b642f9bff861b923705a89002dd678bd3b2f331.tar.gz |
ffmpeg: update to 3.4.1
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.4.1.bb (renamed from meta/recipes-multimedia/ffmpeg/ffmpeg_3.4.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/ffmpeg/ffmpeg_3.4.bb b/meta/recipes-multimedia/ffmpeg/ffmpeg_3.4.1.bb index 42dbe5582f..1837956904 100644 --- a/meta/recipes-multimedia/ffmpeg/ffmpeg_3.4.bb +++ b/meta/recipes-multimedia/ffmpeg/ffmpeg_3.4.1.bb @@ -26,8 +26,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] = "c64ba7247bb91e516f6a5789348fd5b5" -SRC_URI[sha256sum] = "aeee06e4d8b18d852c61ebbfe5e1bb7014b1e118e8728c1c2115f91e51bffbef" +SRC_URI[md5sum] = "726212db1b8a7eff6c25a2bc2e6fa75c" +SRC_URI[sha256sum] = "5a77278a63741efa74e26bf197b9bb09ac6381b9757391b922407210f0f991c0" # Build fails when thumb is enabled: https://bugzilla.yoctoproject.org/show_bug.cgi?id=7717 ARM_INSTRUCTION_SET = "arm" |