[x264-devel] PPC64 support in configure

Markus Rothe markus at unixforces.net
Thu Apr 6 20:21:22 CEST 2006


Hello,

please add the lines shown in the patch at end of this mail to the configure 
script. I did not include the CFLAGS="$CFLAGS -maltivec -mabi=altivec" line 
as in ppc, as there are ppc64 machines not supporting altivec.

There are also many ppc(32) machines that do not support altivec (G3 for 
example), so you should think about removing the lines which enable altivec 
on ppc and let the user decide if he or she wants to add this CFLAGS 
using --extra-cflags or not.

Regards,

Markus Rothe


--- configure.orig      2006-04-06 18:07:44.000000000 +0000
+++ configure   2006-04-06 18:09:00.000000000 +0000
@@ -144,6 +144,9 @@
       CFLAGS="$CFLAGS -maltivec -mabi=altivec"
     fi
     ;;
+  ppc64)
+    ARCH="PPC64"
+  ;;
   sun4m|sun4d|sparc|sparc64)
     ARCH="Sparc"
     ;;

-- 
This is the x264-devel mailing-list
To unsubscribe, go to: http://developers.videolan.org/lists.html



More information about the x264-devel mailing list