[oe-commits] [meta-openembedded] 09/23: libvpx: upgrade to version 1.5.0

git at git.openembedded.org git at git.openembedded.org
Thu Mar 3 15:52:57 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit d2beb3b4ed61bdf6145dc1e610a72569b60bb682
Author: Chang Rebecca Swee Fun <rebecca.swee.fun.chang at intel.com>
AuthorDate: Tue Mar 1 08:49:42 2016 +0800

    libvpx: upgrade to version 1.5.0
    
    This version had improved VP9 encoder and speeds up the encoding and
    decoding process.
    
    Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang at intel.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 .../recipes-multimedia/webm/{libvpx_1.4.0.bb => libvpx_1.5.0.bb}   | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/meta-oe/recipes-multimedia/webm/libvpx_1.4.0.bb b/meta-oe/recipes-multimedia/webm/libvpx_1.5.0.bb
similarity index 88%
rename from meta-oe/recipes-multimedia/webm/libvpx_1.4.0.bb
rename to meta-oe/recipes-multimedia/webm/libvpx_1.5.0.bb
index c963a9c..8ac178d 100644
--- a/meta-oe/recipes-multimedia/webm/libvpx_1.4.0.bb
+++ b/meta-oe/recipes-multimedia/webm/libvpx_1.5.0.bb
@@ -10,10 +10,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=d5b04755015be901744a78cc30d390d4"
 SRC_URI += "http://storage.googleapis.com/downloads.webmproject.org/releases/webm/${BP}.tar.bz2 \
             file://libvpx-configure-support-blank-prefix.patch \
            "
-SRC_URI[md5sum] = "63b1d7f59636a42eeeee9225cc14e7de"
-SRC_URI[sha256sum] = "f582d9b2d60a592a4a3d8c32965ca2d2167e9ade38c6c30bac8801ff66a118e4"
+SRC_URI[md5sum] = "49e59dd184caa255886683facea56fca"
+SRC_URI[sha256sum] = "306d67908625675f8e188d37a81fbfafdf5068b09d9aa52702b6fbe601c76797"
 
-# ffmpeg links with this and fails 
+# ffmpeg links with this and fails
 # sysroots/armv4t-oe-linux-gnueabi/usr/lib/libvpx.a(vpx_encoder.c.o)(.text+0xc4): unresolvable R_ARM_THM_CALL relocation against symbol `memcpy@@GLIBC_2.4'
 ARM_INSTRUCTION_SET = "arm"
 
@@ -48,4 +48,3 @@ do_install() {
     oe_runmake install DESTDIR=${D}
     chown -R root:root ${D}
 }
-

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list