SOURCES: audacious-plugins-no_sse2.patch (NEW) - workaround for no...

arvenil arvenil at pld-linux.org
Wed May 30 22:30:34 CEST 2007


Author: arvenil                      Date: Wed May 30 20:30:34 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- workaround for not working SSE2 on ix86 (SSE2 is now disabled on ix86)

---- Files affected:
SOURCES:
   audacious-plugins-no_sse2.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/audacious-plugins-no_sse2.patch
diff -u /dev/null SOURCES/audacious-plugins-no_sse2.patch:1.1
--- /dev/null	Wed May 30 22:30:34 2007
+++ SOURCES/audacious-plugins-no_sse2.patch	Wed May 30 22:30:29 2007
@@ -0,0 +1,14 @@
+--- audacious-plugins-1.3.4/src/madplug/dither.c	2007-05-04 19:29:14.000000000 +0900
++++ audacious-plugins-1.3.4/src/madplug/dither.c	2007-05-19 09:57:12.000000000 +0900
+@@ -4,9 +4,11 @@
+ 
+ #define MEXP 19937
+ 
++#if 0
+ #ifdef HAVE_SSE2
+ #define SSE2 1
+ #endif
++#endif
+ #ifdef HAVE_ALTIVEC
+ #define ALTIVEC 1
+ #endif
================================================================


More information about the pld-cvs-commit mailing list