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
commit673c1eb80a86d1ce13154404f5200a4755ab13a7 (patch)
treec45edd51c52f593f1d687c66b511729b3d4c958d /recipes-multimedia
parent075a93ee3133dd684be42d3a877f20b98fe406ed (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"