[FFmpeg-cvslog] r21544 - trunk/configure

mru subversion
Sat Jan 30 19:07:08 CET 2010


Author: mru
Date: Sat Jan 30 19:07:07 2010
New Revision: 21544

Log:
PPC: allow --cpu=E500[v2]

Patch by Ancoron Luciferis <ancoron chaoslayer de>

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Sat Jan 30 19:07:05 2010	(r21543)
+++ trunk/configure	Sat Jan 30 19:07:07 2010	(r21544)
@@ -1912,6 +1912,14 @@ elif enabled ppc; then
             cpuflags="-mcpu=cell"
             enable ldbrx
         ;;
+        e500v2)
+            cpuflags="-mcpu=8548 -mhard-float -mfloat-gprs=double"
+            disable altivec
+        ;;
+        e500)
+            cpuflags="-mcpu=8540 -mhard-float"
+            disable altivec
+        ;;
     esac
 
 elif enabled x86; then



More information about the ffmpeg-cvslog mailing list