summaryrefslogtreecommitdiff
path: root/openembedded-layer/recipes-multimedia/webm/libvpx_%.bbappend
blob: b5ebaf0251ed60dd756dea85b85a9a812724e2d0 (plain)
1
2
3
4
5
6
7
8
9
10
PACKAGE_ARCH = "${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 "