summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/ffmpeg
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2016-06-28 11:06:12 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-07-10 14:12:15 +0100
commit4d8a81616d44d792ef563d352018893a11107147 (patch)
tree0711d0ac07eadbd0bf5cd227e28243650c7253c6 /meta/recipes-multimedia/ffmpeg
parent5c4e3b5ba1cd1d750e190d0f617e47eb5a89c67f (diff)
downloadpoky-4d8a81616d44d792ef563d352018893a11107147.tar.gz
ffmpeg: update to 3.1
(From OE-Core rev: b4d3eb40d1d454894de8752e48b5ee829f314ff3) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.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/ffmpeg')
-rw-r--r--meta/recipes-multimedia/ffmpeg/ffmpeg_3.1.bb (renamed from meta/recipes-multimedia/ffmpeg/ffmpeg_3.0.2.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/ffmpeg/ffmpeg_3.0.2.bb b/meta/recipes-multimedia/ffmpeg/ffmpeg_3.1.bb
index 17a6562e75..2d83ef084f 100644
--- a/meta/recipes-multimedia/ffmpeg/ffmpeg_3.0.2.bb
+++ b/meta/recipes-multimedia/ffmpeg/ffmpeg_3.1.bb
@@ -15,8 +15,8 @@ LIC_FILES_CHKSUM = "file://COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
15 15
16SRC_URI = "https://www.ffmpeg.org/releases/${BP}.tar.xz" 16SRC_URI = "https://www.ffmpeg.org/releases/${BP}.tar.xz"
17 17
18SRC_URI[md5sum] = "beb5c69c671aba1386e7156fc2af1ab6" 18SRC_URI[md5sum] = "24ef0c0d541c857c8bc39215619b126f"
19SRC_URI[sha256sum] = "82943cc7b0c4d14b612404de0dd7b24cd8ca3511d51e4fd3ae36b2d71bb95223" 19SRC_URI[sha256sum] = "919022430e2dad782fabccffdd6c4cae4e7029f84f0701aa662f036a9ca65423"
20 20
21# Build fails when thumb is enabled: https://bugzilla.yoctoproject.org/show_bug.cgi?id=7717 21# Build fails when thumb is enabled: https://bugzilla.yoctoproject.org/show_bug.cgi?id=7717
22ARM_INSTRUCTION_SET = "arm" 22ARM_INSTRUCTION_SET = "arm"