aboutsummaryrefslogtreecommitdiff
path: root/others/libx264/libx264-noaltivecfix.patch
blob: bf2616c14c1623182bdf3bcc73c5d3f71c84063f (plain)
1
2
3
4
5
6
7
8
9
10
11
--- configure.old	2007-02-25 18:53:19.000000000 +0000
+++ configure	2007-02-25 19:02:07.000000000 +0000
@@ -163,7 +163,7 @@
     then
       CFLAGS="$CFLAGS -faltivec -fastf -mcpu=G4"
     else
-      CFLAGS="$CFLAGS -maltivec -mabi=altivec"
+      CFLAGS="$CFLAGS "
     fi
     ;;
   sparc)