diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2013-10-10 18:58:51 +0200 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2013-10-10 18:58:51 +0200 |
commit | 1f642acad8166b57737f2a74d264465d57693aec (patch) | |
tree | 67d164603b2c9977c961243222119b3d4bc242d8 /recipes-multimedia/webm | |
parent | 1037a308f78d69dd2df97d1a60d3c35f7accaad4 (diff) |
libvpx: configure enable-runtime-cpu-detect
- make use of NEON if available, decide at runtime
Diffstat (limited to 'recipes-multimedia/webm')
-rw-r--r-- | recipes-multimedia/webm/libvpx_0.9.5.bbappend | 12 |
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 |