From: Alexander Kanavin Date: Wed, 24 Feb 2016 13:53:37 +0000 (+0200) Subject: ffmpeg: update to 3.0 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~26777 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4bd6c8f991915534ec1375faca1321db134a237;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git ffmpeg: update to 3.0 Also, enforce arm instruction set (thumb is causing build failures) Signed-off-by: Alexander Kanavin Signed-off-by: Ross Burton --- diff --git a/meta/recipes-multimedia/ffmpeg/ffmpeg_2.8.6.bb b/meta/recipes-multimedia/ffmpeg/ffmpeg_3.0.bb similarity index 94% rename from meta/recipes-multimedia/ffmpeg/ffmpeg_2.8.6.bb rename to meta/recipes-multimedia/ffmpeg/ffmpeg_3.0.bb index 72393b3e82c..3f0cbf84f0e 100644 --- a/meta/recipes-multimedia/ffmpeg/ffmpeg_2.8.6.bb +++ b/meta/recipes-multimedia/ffmpeg/ffmpeg_3.0.bb @@ -15,8 +15,11 @@ LIC_FILES_CHKSUM = "file://COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ SRC_URI = "https://www.ffmpeg.org/releases/${BP}.tar.xz" -SRC_URI[md5sum] = "0cff5dae51375f0a31a651f986ed1534" -SRC_URI[sha256sum] = "25bcedbdafadac3d09c325c1d46a51f53d858b26a260d5aed6b4f17fea6e07fa" +SRC_URI[md5sum] = "ef9b6634bb7c920efc940b4d55adf7b2" +SRC_URI[sha256sum] = "12f32cee41c74435f608c30793fd616bdf53467bb513278e273e135a4c58e470" + +# Build fails when thumb is enabled: https://bugzilla.yoctoproject.org/show_bug.cgi?id=7717 +ARM_INSTRUCTION_SET = "arm" # Should be API compatible with libav (which was a fork of ffmpeg) # libpostproc was previously packaged from a separate recipe