comparison jrevdct.c @ 6763:f7cbb7733146 libavcodec

Use full path for #includes from another directory.
author diego
date Fri, 09 May 2008 11:56:36 +0000
parents 9b98e18a1b1c
children e9d9d946f213
comparison
equal deleted inserted replaced
6762:99966715fe75 6763:f7cbb7733146
62 /** 62 /**
63 * @file jrevdct.c 63 * @file jrevdct.c
64 * Independent JPEG Group's LLM idct. 64 * Independent JPEG Group's LLM idct.
65 */ 65 */
66 66
67 #include "common.h" 67 #include "libavutil/common.h"
68 #include "dsputil.h" 68 #include "dsputil.h"
69 69
70 #define EIGHT_BIT_SAMPLES 70 #define EIGHT_BIT_SAMPLES
71 71
72 #define DCTSIZE 8 72 #define DCTSIZE 8