Author: baggins                      Date: Mon May 15 21:03:52 2006 GMT
Module: SOURCES                       Tag: AC-branch
---- Log message:
- updated to 0.4.0

---- Files affected:
SOURCES:
   libvisual-ppc.patch (1.5 -> 1.5.2.1) 

---- Diffs:

================================================================
Index: SOURCES/libvisual-ppc.patch
diff -u SOURCES/libvisual-ppc.patch:1.5 SOURCES/libvisual-ppc.patch:1.5.2.1
--- SOURCES/libvisual-ppc.patch:1.5     Tue Feb 15 00:57:51 2005
+++ SOURCES/libvisual-ppc.patch Mon May 15 23:03:47 2006
@@ -6,10 +6,10 @@
        /* no Darwin, do it the brute-force way */
        /* this is borrowed from the libmpeg2 library */
 -      signal (SIGILL, sigill_handler);
--      if (sigsetjmp (_lv_powerpc_jmpbuf, 1)) {
+-      if (sigsetjmp (__lv_powerpc_jmpbuf, 1)) {
 -              signal (SIGILL, SIG_DFL);
 -      } else {
--              _lv_powerpc_canjump = 1;
+-              __lv_powerpc_canjump = 1;
 -
 -              asm volatile
 -                      ("mtspr 256, %0\n\t"
@@ -18,18 +18,9 @@
 -                       : "r" (-1));
 -
 -              signal (SIGILL, SIG_DFL);
--              _lv_cpu_caps.hasAltiVec = 1;
+-              __lv_cpu_caps.hasAltiVec = 1;
 -      }
-+      _lv_cpu_caps.hasAltiVec = 1;
++      __lv_cpu_caps.hasAltiVec = 1;
  #endif
  }
  #endif
-@@ -423,7 +409,7 @@
- #endif
- #endif /* VISUAL_ARCH_X86 */
- 
--#if VISUAL_ARCH_POWERPC
-+#if defined(VISUAL_ARCH_POWERPC)
-       check_os_altivec_support ();
- #endif /* VISUAL_ARCH_POWERPC */
- 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/libvisual-ppc.patch?r1=1.5&r2=1.5.2.1&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to