comparison libmpdemux/cue_read.c @ 17012:6ff3379a0862

Unify include path handling, -I.. is in CFLAGS.
author diego
date Fri, 18 Nov 2005 14:39:25 +0000
parents 32e2c59c8e86
children f580a7755ac5
comparison
equal deleted inserted replaced
17011:c29e74822d2c 17012:6ff3379a0862
15 15
16 #include "stream.h" 16 #include "stream.h"
17 17
18 #include "cue_read.h" 18 #include "cue_read.h"
19 #include "help_mp.h" 19 #include "help_mp.h"
20 #include "../m_option.h" 20 #include "m_option.h"
21 #include "../m_struct.h" 21 #include "m_struct.h"
22 22
23 #define byte unsigned char 23 #define byte unsigned char
24 #define SIZERAW 2352 24 #define SIZERAW 2352
25 #define SIZEISO_MODE1 2048 25 #define SIZEISO_MODE1 2048
26 #define SIZEISO_MODE2_RAW 2352 26 #define SIZEISO_MODE2_RAW 2352