summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2016-08-30 15:26:52 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-09-03 09:58:39 +0100
commitc32ce5929f4df697824592ea4d9d26887db86bb3 (patch)
tree4f09ea3c3b8d887549c1233604c38616d01e35b6 /meta/recipes-multimedia
parentacc113c6ca1c0394aebb06d5162d3fc1d9be3072 (diff)
downloadpoky-c32ce5929f4df697824592ea4d9d26887db86bb3.tar.gz
ffmpeg: update to 3.1.3
(From OE-Core rev: ff6a73adf306cb80edae9d6025dcb62b9e4fa241) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.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.1.3.bb (renamed from meta/recipes-multimedia/ffmpeg/ffmpeg_3.1.2.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/ffmpeg/ffmpeg_3.1.2.bb b/meta/recipes-multimedia/ffmpeg/ffmpeg_3.1.3.bb
index 6aad18e16f..050f1eefa7 100644
--- a/meta/recipes-multimedia/ffmpeg/ffmpeg_3.1.2.bb
+++ b/meta/recipes-multimedia/ffmpeg/ffmpeg_3.1.3.bb
@@ -16,8 +16,8 @@ LIC_FILES_CHKSUM = "file://COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
16SRC_URI = "https://www.ffmpeg.org/releases/${BP}.tar.xz \ 16SRC_URI = "https://www.ffmpeg.org/releases/${BP}.tar.xz \
17 file://mips64_cpu_detection.patch \ 17 file://mips64_cpu_detection.patch \
18 " 18 "
19SRC_URI[md5sum] = "cf030109b066a336fc4f7d3a123abf66" 19SRC_URI[md5sum] = "72769316a4b2b8809c7f6d5a8b6766f4"
20SRC_URI[sha256sum] = "58d2a2b69f0f46fe8aacd45e582c62e380ba611b5baf6a4dfcf2906eb2b9bd61" 20SRC_URI[sha256sum] = "f8575c071e2a64437aeb70c8c030b385cddbe0b5cde20c9b18a6def840128822"
21 21
22# Build fails when thumb is enabled: https://bugzilla.yoctoproject.org/show_bug.cgi?id=7717 22# Build fails when thumb is enabled: https://bugzilla.yoctoproject.org/show_bug.cgi?id=7717
23ARM_INSTRUCTION_SET = "arm" 23ARM_INSTRUCTION_SET = "arm"