comparison jfdctint.c @ 6763:f7cbb7733146 libavcodec

Use full path for #includes from another directory.
author diego
date Fri, 09 May 2008 11:56:36 +0000
parents d6f83e2f8804
children e9d9d946f213
comparison
equal deleted inserted replaced
6762:99966715fe75 6763:f7cbb7733146
61 * Independent JPEG Group's slow & accurate dct. 61 * Independent JPEG Group's slow & accurate dct.
62 */ 62 */
63 63
64 #include <stdlib.h> 64 #include <stdlib.h>
65 #include <stdio.h> 65 #include <stdio.h>
66 #include "common.h" 66 #include "libavutil/common.h"
67 #include "dsputil.h" 67 #include "dsputil.h"
68 68
69 #define SHIFT_TEMPS 69 #define SHIFT_TEMPS
70 #define DCTSIZE 8 70 #define DCTSIZE 8
71 #define BITS_IN_JSAMPLE 8 71 #define BITS_IN_JSAMPLE 8