]> git.pld-linux.org Git - packages/audacious-plugins.git/commitdiff
- workaround for not working SSE2 on ix86 (SSE2 is now disabled on ix86)
authorarvenil <arvenil@pld-linux.org>
Wed, 30 May 2007 20:30:29 +0000 (20:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    audacious-plugins-no_sse2.patch -> 1.1

audacious-plugins-no_sse2.patch [new file with mode: 0644]

diff --git a/audacious-plugins-no_sse2.patch b/audacious-plugins-no_sse2.patch
new file mode 100644 (file)
index 0000000..4dd41f7
--- /dev/null
@@ -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
This page took 0.046671 seconds and 4 git commands to generate.