--- 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