aboutsummaryrefslogtreecommitdiff
path: root/others/libx264/libx264-noaltivecfix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'others/libx264/libx264-noaltivecfix.patch')
-rw-r--r--others/libx264/libx264-noaltivecfix.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/others/libx264/libx264-noaltivecfix.patch b/others/libx264/libx264-noaltivecfix.patch
new file mode 100644
index 00000000..bf2616c1
--- /dev/null
+++ b/others/libx264/libx264-noaltivecfix.patch
@@ -0,0 +1,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)