diff options
author | dengke.du@windriver.com <dengke.du@windriver.com> | 2017-08-17 23:07:33 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-08-28 11:06:01 +0200 |
commit | 2ee20c389a3db6e1bb633e06ffd2ade43a70e14d (patch) | |
tree | 098144086cba1cf9ede26f912ad204fb643bfbce | |
parent | 32a93e0d5ae34af3e36ef1e3bad2b330ad19a5c0 (diff) | |
download | meta-openembedded-2ee20c389a3db6e1bb633e06ffd2ade43a70e14d.tar.gz |
libvpx: upgrade to 1.6.1
Signed-off-by: Dengke Du <dengke.du@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-oe/recipes-multimedia/webm/libvpx_1.6.1.bb (renamed from meta-oe/recipes-multimedia/webm/libvpx_1.5.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-multimedia/webm/libvpx_1.5.0.bb b/meta-oe/recipes-multimedia/webm/libvpx_1.6.1.bb index 648818e722..e17cda1a97 100644 --- a/meta-oe/recipes-multimedia/webm/libvpx_1.5.0.bb +++ b/meta-oe/recipes-multimedia/webm/libvpx_1.6.1.bb | |||
@@ -10,8 +10,8 @@ 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] = "49e59dd184caa255886683facea56fca" | 13 | SRC_URI[md5sum] = "a19518c8111fa93bdabdd85259162611" |
14 | SRC_URI[sha256sum] = "306d67908625675f8e188d37a81fbfafdf5068b09d9aa52702b6fbe601c76797" | 14 | SRC_URI[sha256sum] = "1c2c0c2a97fba9474943be34ee39337dee756780fc12870ba1dc68372586a819" |
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' |