diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2017-08-07 14:45:01 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-08-11 00:08:31 +0100 |
commit | e545ebf7b0381a0cdb30807708b92fe7da2434f7 (patch) | |
tree | a4762476a7b03d108664dfc84e1c2141bd21b1b8 | |
parent | aea24b3c6934921852c7de1da15ff326da992d08 (diff) | |
download | openembedded-core-e545ebf7b0381a0cdb30807708b92fe7da2434f7.tar.gz |
ffmpeg: update to 3.3.3
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.3.3.bb (renamed from meta/recipes-multimedia/ffmpeg/ffmpeg_3.3.2.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/ffmpeg/ffmpeg_3.3.2.bb b/meta/recipes-multimedia/ffmpeg/ffmpeg_3.3.3.bb index 3c18367411..b4de97300d 100644 --- a/meta/recipes-multimedia/ffmpeg/ffmpeg_3.3.2.bb +++ b/meta/recipes-multimedia/ffmpeg/ffmpeg_3.3.3.bb @@ -27,8 +27,8 @@ SRC_URI = "https://www.ffmpeg.org/releases/${BP}.tar.xz \ file://mips64_cpu_detection.patch \ file://0001-build-fix-for-mips.patch \ " -SRC_URI[md5sum] = "d6c09c84e3d0d9ca8a51f481da660603" -SRC_URI[sha256sum] = "1998de1ab32616cbf2ff86efc3f1f26e76805ec5dc51e24c041c79edd8262785" +SRC_URI[md5sum] = "743dc66ebe67180283b92d029f690d0f" +SRC_URI[sha256sum] = "d2a9002cdc6b533b59728827186c044ad02ba64841f1b7cd6c21779875453a1e" # Build fails when thumb is enabled: https://bugzilla.yoctoproject.org/show_bug.cgi?id=7717 ARM_INSTRUCTION_SET = "arm" |