comparison mov.c @ 3286:6f61c3b36632 libavformat

Use full path for #includes from another directory.
author diego
date Fri, 09 May 2008 11:56:36 +0000
parents 37e245554350
children 80a497804aa8
comparison
equal deleted inserted replaced
3285:ccfd981fe0fa 3286:6f61c3b36632
25 25
26 #include "avformat.h" 26 #include "avformat.h"
27 #include "riff.h" 27 #include "riff.h"
28 #include "isom.h" 28 #include "isom.h"
29 #include "dv.h" 29 #include "dv.h"
30 #include "mpeg4audio.h" 30 #include "libavcodec/mpeg4audio.h"
31 #include "mpegaudiodata.h" 31 #include "libavcodec/mpegaudiodata.h"
32 32
33 #ifdef CONFIG_ZLIB 33 #ifdef CONFIG_ZLIB
34 #include <zlib.h> 34 #include <zlib.h>
35 #endif 35 #endif
36 36