summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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