]> git.pld-linux.org Git - packages/vlc.git/blob - vlc-altivec.patch
- disable macosx support (I've no idea why builders try to build it)
[packages/vlc.git] / vlc-altivec.patch
1 diff -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.020584 seconds and 3 git commands to generate.