comparison mp3lib/decod386.c @ 16989:e7a129082fda

Unify include paths, -I.. is in CFLAGS.
author diego
date Tue, 15 Nov 2005 18:14:07 +0000
parents 07e7a572bd84
children 0783dd397f74
comparison
equal deleted inserted replaced
16988:3c0923afe14a 16989:e7a129082fda
15 * the decode.c version for 'normal' processor may be faster 15 * the decode.c version for 'normal' processor may be faster
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 21
22 #if 0 22 #if 0
23 /* old WRITE_SAMPLE */ 23 /* old WRITE_SAMPLE */
24 /* is portable */ 24 /* is portable */
25 #define WRITE_SAMPLE(samples,sum,clip) { \ 25 #define WRITE_SAMPLE(samples,sum,clip) { \