aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/webm
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2011-03-01 16:37:52 +0000
committerDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2011-06-04 18:20:24 +0200
commit357d78b99b78f6f69c3c1a2addaf3210b0d9f116 (patch)
tree5586c4a668d1616477056b0c68fc4033e4be5bbd /recipes/webm
parent6a65a05de26f7875ea0cc0d03f09c14c4d151ad2 (diff)
downloadopenembedded-357d78b99b78f6f69c3c1a2addaf3210b0d9f116.tar.gz
libvpx: force arm mode to be able to link with ffmpeg where arm mode already is forced
* v2: updated INC_PR after 0478950960e5c600efc77c25559fc7eee311f686 Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Diffstat (limited to 'recipes/webm')
-rw-r--r--recipes/webm/libvpx.inc6
1 files changed, 5 insertions, 1 deletions
diff --git a/recipes/webm/libvpx.inc b/recipes/webm/libvpx.inc
index a1e02b112f..fd82d77a6a 100644
--- a/recipes/webm/libvpx.inc
+++ b/recipes/webm/libvpx.inc
@@ -1,11 +1,15 @@
DESCRIPTION = "vpx Multi-Format Codec SDK"
LICENSE = "BSD"
-INC_PR = "r6"
+INC_PR = "r7"
SRC_URI = "http://webm.googlecode.com/files/libvpx-v${PV}.tar.bz2"
S = "${WORKDIR}/libvpx-v${PV}"
+# 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"
+
CFLAGS += "-fPIC"
export CC