comparison flac.c @ 6763:f7cbb7733146 libavcodec

Use full path for #includes from another directory.
author diego
date Fri, 09 May 2008 11:56:36 +0000
parents 459562f7f2ce
children e943e1409077
comparison
equal deleted inserted replaced
6762:99966715fe75 6763:f7cbb7733146
34 */ 34 */
35 35
36 #include <limits.h> 36 #include <limits.h>
37 37
38 #define ALT_BITSTREAM_READER 38 #define ALT_BITSTREAM_READER
39 #include "libavutil/crc.h"
39 #include "avcodec.h" 40 #include "avcodec.h"
40 #include "bitstream.h" 41 #include "bitstream.h"
41 #include "golomb.h" 42 #include "golomb.h"
42 #include "crc.h"
43 #include "flac.h" 43 #include "flac.h"
44 44
45 #undef NDEBUG 45 #undef NDEBUG
46 #include <assert.h> 46 #include <assert.h>
47 47