]> git.pld-linux.org Git - packages/vlc.git/blame - vlc-altivec.patch
- converted to UTF-8
[packages/vlc.git] / vlc-altivec.patch
CommitLineData
3ed2b2d1 1diff -uNr vlc-0.3.0.orig/src/interface/main.c vlc-0.3.0/src/interface/main.c
2--- vlc-0.3.0.orig/src/interface/main.c Sat Apr 6 07:54:37 2002
3+++ vlc-0.3.0/src/interface/main.c Wed Sep 11 14:40:43 2002
4@@ -1316,7 +1316,7 @@
5
6 i_capabilities |= CPU_CAPABILITY_FPU;
7
8-# ifdef CAN_COMPILE_ALTIVEC
9+# ifdef CAN_COMPILE_C_ALTIVEC
10 signal( SIGILL, IllegalSignalHandler );
11
12 psz_capability = "AltiVec";
This page took 0.065109 seconds and 4 git commands to generate.