summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-05-05 00:44:48 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-05-05 00:54:28 +0200
commitbce42e95d13e3cc9c32bcd75d127c0152e51471d (patch)
treeec7e1e19748ce5ee666d2f89aa0fc306d8f462e5 /configure
parentb18c9f1eb024abd239c16636f1ef3a9a02d6f262 (diff)
parent313f9fbfbb5a45eefe4bfe7b04e6c83f9b5f77c7 (diff)
Merge remote-tracking branch 'qatar/master'
* qatar/master: configure: add POWER[5-7] support arm: intreadwrite: revert 16-bit load asm to old version for gcc < 4.6 vqavideo: return error if image size is not a multiple of block size cosmetics: indentation avformat: only fill-in interpolated timestamps if duration is non-zero avformat: remove a workaround for broken timestamps Conflicts: libavformat/utils.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure b/configure
index 60a4b9e19a..66f46a0ba3 100755
--- a/configure
+++ b/configure
@@ -2481,9 +2481,12 @@ elif enabled ppc; then
74*|ppc74*|powerpc74*)
cpuflags="-mcpu=7400 -mpowerpc-gfxopt"
;;
- g5|970|ppc970|powerpc970|power4*)
+ g5|970|ppc970|powerpc970)
cpuflags="-mcpu=970 -mpowerpc-gfxopt -mpowerpc64"
;;
+ power[3-7]*)
+ cpuflags="-mcpu=$cpu -mpowerpc-gfxopt -mpowerpc64"
+ ;;
cell)
cpuflags="-mcpu=cell"
enable ldbrx