[FFmpeg-cvslog] r9181 - trunk/configure
lu_zero
subversion
Sun Jun 3 15:10:02 CEST 2007
Author: lu_zero
Date: Sun Jun 3 15:09:58 2007
New Revision: 9181
Log:
Add support for Cell (requires gcc-4.2 or patches)
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Sun Jun 3 15:09:58 2007
@@ -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"
More information about the ffmpeg-cvslog
mailing list