[FFmpeg-cvslog] configure: add POWER[5-7] support
Sean McGovern
git at videolan.org
Sat May 5 00:58:07 CEST 2012
ffmpeg | branch: master | Sean McGovern <gseanmcg at gmail.com> | Fri Apr 27 14:47:58 2012 +0100| [313f9fbfbb5a45eefe4bfe7b04e6c83f9b5f77c7] | committer: Mans Rullgard
configure: add POWER[5-7] support
Also merge POWER3 and POWER4 configuration together with the additions.
Signed-off-by: Mans Rullgard <mans at mansr.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=313f9fbfbb5a45eefe4bfe7b04e6c83f9b5f77c7
---
configure | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/configure b/configure
index fd72f1e..b571a94 100755
--- a/configure
+++ b/configure
@@ -2279,9 +2279,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
More information about the ffmpeg-cvslog
mailing list