]> git.pld-linux.org Git - packages/audacious-plugins.git/blame - audacious-plugins-no_sse2.patch
- release 9
[packages/audacious-plugins.git] / audacious-plugins-no_sse2.patch
CommitLineData
caea078c 1--- audacious-plugins-1.3.4/src/madplug/dither.c 2007-05-04 19:29:14.000000000 +0900
2+++ audacious-plugins-1.3.4/src/madplug/dither.c 2007-05-19 09:57:12.000000000 +0900
3@@ -4,9 +4,11 @@
4
5 #define MEXP 19937
6
7+#if 0
8 #ifdef HAVE_SSE2
9 #define SSE2 1
10 #endif
11+#endif
12 #ifdef HAVE_ALTIVEC
13 #define ALTIVEC 1
14 #endif
This page took 0.269098 seconds and 4 git commands to generate.