comparison libmpdemux/video.c @ 17012:6ff3379a0862

Unify include path handling, -I.. is in CFLAGS.
author diego
date Fri, 18 Nov 2005 14:39:25 +0000
parents cb6599e433d7
children 255b14c0bc36
comparison
equal deleted inserted replaced
17011:c29e74822d2c 17012:6ff3379a0862
18 #include "stheader.h" 18 #include "stheader.h"
19 #include "parse_es.h" 19 #include "parse_es.h"
20 #include "mpeg_hdr.h" 20 #include "mpeg_hdr.h"
21 21
22 /* sub_cc (closed captions)*/ 22 /* sub_cc (closed captions)*/
23 #include "../sub_cc.h" 23 #include "sub_cc.h"
24 24
25 /* biCompression constant */ 25 /* biCompression constant */
26 #define BI_RGB 0L 26 #define BI_RGB 0L
27 27
28 #ifdef STREAMING_LIVE_DOT_COM 28 #ifdef STREAMING_LIVE_DOT_COM