comparison libmpdemux/muxer_lavf.c @ 17012:6ff3379a0862

Unify include path handling, -I.. is in CFLAGS.
author diego
date Fri, 18 Nov 2005 14:39:25 +0000
parents 0a31740dd5e6
children dd5be8f8d16d
comparison
equal deleted inserted replaced
17011:c29e74822d2c 17012:6ff3379a0862
2 #include <stdlib.h> 2 #include <stdlib.h>
3 #include <string.h> 3 #include <string.h>
4 #include <sys/types.h> 4 #include <sys/types.h>
5 #include <inttypes.h> 5 #include <inttypes.h>
6 #include "config.h" 6 #include "config.h"
7 #include "../version.h" 7 #include "version.h"
8 #include "../mp_msg.h" 8 #include "mp_msg.h"
9 9
10 #include "bswap.h" 10 #include "bswap.h"
11 #include "aviheader.h" 11 #include "aviheader.h"
12 #include "ms_hdr.h" 12 #include "ms_hdr.h"
13 13
14 #include "muxer.h" 14 #include "muxer.h"
15 #include "stream.h" 15 #include "stream.h"
16 #include "demuxer.h" 16 #include "demuxer.h"
17 #include "stheader.h" 17 #include "stheader.h"
18 #include "../m_option.h" 18 #include "m_option.h"
19 #include "avformat.h" 19 #include "avformat.h"
20 20
21 extern unsigned int codec_get_wav_tag(int id); 21 extern unsigned int codec_get_wav_tag(int id);
22 extern enum CodecID codec_get_bmp_id(unsigned int tag); 22 extern enum CodecID codec_get_bmp_id(unsigned int tag);
23 extern enum CodecID codec_get_wav_id(unsigned int tag); 23 extern enum CodecID codec_get_wav_id(unsigned int tag);