diff options
author | davilla <davilla@svn> | 2010-05-19 19:49:21 +0000 |
---|---|---|
committer | davilla <davilla@svn> | 2010-05-19 19:49:21 +0000 |
commit | e3e0845ced3c928834f9ee1cecd44eb7d76add5f (patch) | |
tree | 6db6deedef83d1fc7f170b2e7dc38d8a8c6933cb /configure.in | |
parent | c48ff44cf831aada47e9c1481e953bda57d0ff13 (diff) |
[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
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |