comparison cook.c @ 6763:f7cbb7733146 libavcodec

Use full path for #includes from another directory.
author diego
date Fri, 09 May 2008 11:56:36 +0000
parents a4104482ceef
children 2df67a1a76b7
comparison
equal deleted inserted replaced
6762:99966715fe75 6763:f7cbb7733146
44 44
45 #include <math.h> 45 #include <math.h>
46 #include <stddef.h> 46 #include <stddef.h>
47 #include <stdio.h> 47 #include <stdio.h>
48 48
49 #include "libavutil/random.h"
49 #include "avcodec.h" 50 #include "avcodec.h"
50 #include "bitstream.h" 51 #include "bitstream.h"
51 #include "dsputil.h" 52 #include "dsputil.h"
52 #include "bytestream.h" 53 #include "bytestream.h"
53 #include "random.h"
54 54
55 #include "cookdata.h" 55 #include "cookdata.h"
56 56
57 /* the different Cook versions */ 57 /* the different Cook versions */
58 #define MONO 0x1000001 58 #define MONO 0x1000001