comparison mp3lib/decod386.c @ 21049:0db8fb3cc48d

Remove (now hopefully unnecessary) workarounds added in r21056
author reimar
date Sun, 19 Nov 2006 16:54:06 +0000
parents c7d3523c74ee
children e070d7f61e9a
comparison
equal deleted inserted replaced
21048:8cecfb2b4361 21049:0db8fb3cc48d
16 * even for Intel processors. 16 * even for Intel processors.
17 */ 17 */
18 18
19 19
20 #include "config.h" 20 #include "config.h"
21
22 /* Can't compile MMX assembly on Darwin */
23 #ifdef SYS_DARWIN
24 #undef HAVE_MMX
25 #endif /* SYS_DARWIN */
26 21
27 #if 0 22 #if 0
28 /* old WRITE_SAMPLE */ 23 /* old WRITE_SAMPLE */
29 /* is portable */ 24 /* is portable */
30 #define WRITE_SAMPLE(samples,sum,clip) { \ 25 #define WRITE_SAMPLE(samples,sum,clip) { \