summaryrefslogtreecommitdiff
path: root/recipes-multimedia
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2013-01-29 12:43:58 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2013-01-29 12:43:58 +0100
commite22b2b676c3625ae712a7692617bb3038183f309 (patch)
treee7d3bf973ee36c5d49a37ece667df51d75ef47a2 /recipes-multimedia
parentb8444b274df6407da1daa905ad75fefb0f3c369e (diff)
libvpx: use armv6, as our setup does not allow for neon
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 85c41d7..9f80d8f 100644
--- a/recipes-multimedia/webm/libvpx_0.9.5.bbappend
+++ b/recipes-multimedia/webm/libvpx_0.9.5.bbappend
@@ -3,4 +3,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"
+VPXTARGET_armv7a_apalis-t30 = "armv6-linux-gcc"