From e3e0845ced3c928834f9ee1cecd44eb7d76add5f Mon Sep 17 00:00:00 2001 From: davilla Date: Wed, 19 May 2010 19:49:21 +0000 Subject: [arm] fixed, typo. It's vfpv3-d16 and not vfpv3-d16n git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30318 568bbfeb-2a22-0410-94d2-cc84cf5bfa90 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 22da7bb85c..d5a35c07e1 100644 --- a/configure.in +++ b/configure.in @@ -351,7 +351,7 @@ elif expr "X$host_cpu" : 'Xarm.*' > /dev/null; then # Compile for ARMv7a architecture, CortexA9 cpu and vfpv3-d16 coprocessor (Tegra2) CFLAGS+=" -Wa,-march=armv7a -mtune=cortex-a9 -mfpu=vfpv3-d16 -mthumb-interwork" CXXFLAGS+=" -Wa,-march=armv7a -mtune=cortex-a9 -mfpu=vfpv3-d16 -mthumb-interwork" - FFMPEG_EXTRACFLAGS+=" -mtune=cortex-a9 -mfpu=vfpv3-d16n" + FFMPEG_EXTRACFLAGS+=" -mtune=cortex-a9 -mfpu=vfpv3-d16" ;; *) # anything else, we have no clue so play it safe -- cgit v1.2.3