diff options
author | davilla <davilla@svn> | 2010-05-19 13:51:59 +0000 |
---|---|---|
committer | davilla <davilla@svn> | 2010-05-19 13:51:59 +0000 |
commit | 2b250a841c6afd299fb0dffe41f70d24322abdcc (patch) | |
tree | 929a0f9009d586449707660f56dbbc7b2e6eb1e2 /configure.in | |
parent | ff24bc8c92b227f303601c9a65d7f4e4e94b6933 (diff) |
[arm] remove mtune=cortex-a8 from ffmpeg flags on generic gcc arm configure
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30314 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 57377607c7..22da7bb85c 100644 --- a/configure.in +++ b/configure.in @@ -357,7 +357,6 @@ elif expr "X$host_cpu" : 'Xarm.*' > /dev/null; then # anything else, we have no clue so play it safe CFLAGS+=" -Wa,-march=armv6 -mtune=cortex-a8 -mthumb-interwork" CXXFLAGS+=" -Wa,-march=armv6 -mtune=cortex-a8 -mthumb-interwork" - FFMPEG_EXTRACFLAGS+=" -mtune=cortex-a8" esac else # Compile for ARMv7a architecture, CortexA8 cpu and NEON coprocessor |