summaryrefslogtreecommitdiff
path: root/recipes-multimedia
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2012-11-19 10:20:42 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2012-11-19 10:20:42 +0100
commit7f670556d4647a09111e2236b8118b74e69bc73e (patch)
tree035a2cb1199346bfbaa765ee754f4c796bca9081 /recipes-multimedia
parentf68bc9656dcf4eb0fa1cc261e061d57e27955d77 (diff)
libvpx:
- don't use neon on t30, as at the moment we don't build anything for neon and the compiler fails.
Diffstat (limited to 'recipes-multimedia')
-rw-r--r--recipes-multimedia/webm/libvpx_0.9.5.bbappend1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-multimedia/webm/libvpx_0.9.5.bbappend b/recipes-multimedia/webm/libvpx_0.9.5.bbappend
index 5ea8326..85c41d7 100644
--- a/recipes-multimedia/webm/libvpx_0.9.5.bbappend
+++ b/recipes-multimedia/webm/libvpx_0.9.5.bbappend
@@ -2,4 +2,5 @@ PRINC = "1"
#T20 does not have neon, but the armv7-linux-gcc assumes that the target has a neon unit
VPXTARGET_armv7a_colibri-t20 = "armv6-linux-gcc"
+VPXTARGET_armv7a_colibri-t30 = "armv6-linux-gcc"