summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2007-06-03 13:09:58 +0000
committerLuca Barbato <lu_zero@gentoo.org>2007-06-03 13:09:58 +0000
commite07e357d8414acb342a74fefad0ef0d6382c7c9c (patch)
tree5fad209002d058167412855dd4fc66eaec1c606c /configure
parent83b3401731179a87ae20ceb70e78f3bcb719370d (diff)
Add support for Cell (requires gcc-4.2 or patches)
Originally committed as revision 9181 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure b/configure
index f36ba0e463..6130b28e2d 100755
--- a/configure
+++ b/configure
@@ -1365,6 +1365,11 @@ if test $cpu != "generic"; then
warn_altivec disabled PPC970
POWERPCMODE="64bits"
;;
+ Cell|CELL|cell)
+ add_cflags "-mcpu=cell"
+ warn_altivec disabled Cell
+ POWERPCMODE="64bits"
+ ;;
# targets that do NOT support conditional mov (cmov)
i[345]86|pentium|pentium-mmx|k6|k6-[23]|winchip-c6|winchip2|c3)
add_cflags "-march=$cpu"