diff options
author | Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com> | 2016-03-04 10:58:19 +0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-03-07 13:02:18 +0100 |
commit | 907504c948bfae124f87cdfdfbcd32183f914d07 (patch) | |
tree | d085612e1a5c15db2c086c499197eac1ecf1b662 /meta-oe/recipes-multimedia/webm | |
parent | df7242fddb9048738c0cdfaf0c3c227bf78f3da7 (diff) | |
download | meta-openembedded-907504c948bfae124f87cdfdfbcd32183f914d07.tar.gz |
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@intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-multimedia/webm')
-rw-r--r-- | meta-oe/recipes-multimedia/webm/libvpx_1.5.0.bb (renamed from meta-oe/recipes-multimedia/webm/libvpx_1.4.0.bb) | 8 |
1 files changed, 3 insertions, 5 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 index c963a9c6d..648818e72 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" | |||
10 | SRC_URI += "http://storage.googleapis.com/downloads.webmproject.org/releases/webm/${BP}.tar.bz2 \ | 10 | SRC_URI += "http://storage.googleapis.com/downloads.webmproject.org/releases/webm/${BP}.tar.bz2 \ |
11 | file://libvpx-configure-support-blank-prefix.patch \ | 11 | file://libvpx-configure-support-blank-prefix.patch \ |
12 | " | 12 | " |
13 | SRC_URI[md5sum] = "63b1d7f59636a42eeeee9225cc14e7de" | 13 | SRC_URI[md5sum] = "49e59dd184caa255886683facea56fca" |
14 | SRC_URI[sha256sum] = "f582d9b2d60a592a4a3d8c32965ca2d2167e9ade38c6c30bac8801ff66a118e4" | 14 | SRC_URI[sha256sum] = "306d67908625675f8e188d37a81fbfafdf5068b09d9aa52702b6fbe601c76797" |
15 | 15 | ||
16 | # ffmpeg links with this and fails | 16 | # ffmpeg links with this and fails |
17 | # 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' | 17 | # 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' |
18 | ARM_INSTRUCTION_SET = "arm" | 18 | ARM_INSTRUCTION_SET = "arm" |
19 | 19 | ||
@@ -29,7 +29,6 @@ VPXTARGET ?= "generic-gnu" | |||
29 | 29 | ||
30 | CONFIGUREOPTS = " \ | 30 | CONFIGUREOPTS = " \ |
31 | --target=${VPXTARGET} \ | 31 | --target=${VPXTARGET} \ |
32 | --enable-vp8 \ | ||
33 | --enable-vp9 \ | 32 | --enable-vp9 \ |
34 | --enable-libs \ | 33 | --enable-libs \ |
35 | --disable-install-docs \ | 34 | --disable-install-docs \ |
@@ -48,4 +47,3 @@ do_install() { | |||
48 | oe_runmake install DESTDIR=${D} | 47 | oe_runmake install DESTDIR=${D} |
49 | chown -R root:root ${D} | 48 | chown -R root:root ${D} |
50 | } | 49 | } |
51 | |||