mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
611 B

  1. --- ./cpudetect.c.orig 2004-01-21 14:52:42.000000000 +0100
  2. +++ ./cpudetect.c 2004-01-21 14:57:28.000000000 +0100
  3. @@ -551,6 +551,7 @@
  4. /* no Darwin, do it the brute-force way */
  5. /* this is borrowed from the libmpeg2 library */
  6. {
  7. + /*
  8. signal (SIGILL, sigill_handler);
  9. if (sigsetjmp (jmpbuf, 1)) {
  10. signal (SIGILL, SIG_DFL);
  11. @@ -565,6 +566,7 @@
  12. signal (SIGILL, SIG_DFL);
  13. caps->hasAltiVec = 1;
  14. }
  15. + */
  16. }
  17. #endif /* SYS_DARWIN */
  18. mp_msg(MSGT_CPUDETECT,MSGL_INFO,"AltiVec %sfound\n", (caps->hasAltiVec ? "" : "not "));