git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2bd8ccc
)
libvpx: force arm mode to be able to link with ffmpeg where arm mode already is forced
author
Martin Jansa
<martin.jansa@gmail.com>
Tue, 1 Mar 2011 16:37:52 +0000
(16:37 +0000)
committer
Tom Rini
<tom_rini@mentor.com>
Tue, 1 Mar 2011 21:03:49 +0000
(14:03 -0700)
* v2: updated INC_PR after
0478950960e5c600efc77c25559fc7eee311f686
Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/webm/libvpx.inc
patch
|
blob
|
history
diff --git
a/recipes/webm/libvpx.inc
b/recipes/webm/libvpx.inc
index
a1e02b1
..
fd82d77
100644
(file)
--- a/
recipes/webm/libvpx.inc
+++ b/
recipes/webm/libvpx.inc
@@
-1,11
+1,15
@@
DESCRIPTION = "vpx Multi-Format Codec SDK"
LICENSE = "BSD"
-INC_PR = "r
6
"
+INC_PR = "r
7
"
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