summaryrefslogtreecommitdiff
path: root/recipes-multimedia
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2013-10-10 18:58:51 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2013-10-10 18:58:51 +0200
commit0600b13cff225ed435ef1e5e2171ac5209037112 (patch)
tree7df4a8b6ec2e8d203baf0cbdc1297aac5b4f0135 /recipes-multimedia
parent8acfa561a61f98297d29a14673ddee6fc00f94be (diff)
libvpx: configure enable-runtime-cpu-detect
- make use of NEON if available, decide at runtime
Diffstat (limited to 'recipes-multimedia')
-rw-r--r--recipes-multimedia/webm/libvpx_0.9.5.bbappend12
1 files changed, 2 insertions, 10 deletions
diff --git a/recipes-multimedia/webm/libvpx_0.9.5.bbappend b/recipes-multimedia/webm/libvpx_0.9.5.bbappend
index 1e241c3..ac3891c 100644
--- a/recipes-multimedia/webm/libvpx_0.9.5.bbappend
+++ b/recipes-multimedia/webm/libvpx_0.9.5.bbappend
@@ -1,12 +1,4 @@
PRINC = "1"
-PACKAGE_ARCH = "${MACHINE_ARCH}"
-
-#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"
-VPXTARGET_armv7a_qemuarm = "armv6-linux-gcc"
-
-CFLAGS_append_colibri-t30 = "-mfpu=‘neon -funsafe-math-optimizations -ftree-vectorize "
-CFLAGS_append_apalis-t30 = "-mfpu=‘neon -funsafe-math-optimizations -ftree-vectorize "
+CFLAGS_append = " -mfpu=neon -funsafe-math-optimizations -ftree-vectorize "
+CONFIGUREOPTS += " --enable-runtime-cpu-detect " \ No newline at end of file