comparison mp3lib/decod386.c @ 21040:c7d3523c74ee

fix mp3lib compilation on OSX
author nplourde
date Sun, 19 Nov 2006 15:21:50 +0000
parents f569aadfa921
children 0db8fb3cc48d
comparison
equal deleted inserted replaced
21039:493b34d15885 21040:c7d3523c74ee
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 */
21 26
22 #if 0 27 #if 0
23 /* old WRITE_SAMPLE */ 28 /* old WRITE_SAMPLE */
24 /* is portable */ 29 /* is portable */
25 #define WRITE_SAMPLE(samples,sum,clip) { \ 30 #define WRITE_SAMPLE(samples,sum,clip) { \