summaryrefslogtreecommitdiff
path: root/openembedded-layer/recipes-multimedia/webm/libvpx_%.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded-layer/recipes-multimedia/webm/libvpx_%.bbappend')
-rw-r--r--openembedded-layer/recipes-multimedia/webm/libvpx_%.bbappend10
1 files changed, 2 insertions, 8 deletions
diff --git a/openembedded-layer/recipes-multimedia/webm/libvpx_%.bbappend b/openembedded-layer/recipes-multimedia/webm/libvpx_%.bbappend
index b5ebaf0..7fd068d 100644
--- a/openembedded-layer/recipes-multimedia/webm/libvpx_%.bbappend
+++ b/openembedded-layer/recipes-multimedia/webm/libvpx_%.bbappend
@@ -1,10 +1,4 @@
-PACKAGE_ARCH = "${MACHINE_ARCH}"
+PACKAGE_ARCH_tegra2 = "${MACHINE_ARCH}"
#T20 does not have neon, but the armv7-linux-gcc assumes that the target has a neon unit
-VPXTARGET_armv7a_tegra2 = "armv6-linux-gcc"
-VPXTARGET_armv7a_qemuarm = "armv6-linux-gcc"
-
-CFLAGS_append_tegra3 = " -mfpu=neon -funsafe-math-optimizations -ftree-vectorize "
-CFLAGS_append_mx6 = " -mfpu=neon -funsafe-math-optimizations -ftree-vectorize "
-CFLAGS_append_mx7 = " -mfpu=neon -funsafe-math-optimizations -ftree-vectorize "
-CONFIGUREOPTS += " --enable-runtime-cpu-detect "
+CONFIGUREOPTS_append_tegra2 = " --disable-runtime-cpu-detect --disable-neon --disable-neon-asm "