From 0600b13cff225ed435ef1e5e2171ac5209037112 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Thu, 10 Oct 2013 18:58:51 +0200 Subject: libvpx: configure enable-runtime-cpu-detect - make use of NEON if available, decide at runtime --- recipes-multimedia/webm/libvpx_0.9.5.bbappend | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'recipes-multimedia') 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 -- cgit v1.2.3