comparison ppc/idct_altivec.c @ 5010:d5ba514e3f4a libavcodec

Add libavcodec to compiler include flags in order to simplify header include paths in the source files. mostly from a patch by Ronald S. Bultje, rbultje ronald.bitfreak net
author diego
date Wed, 16 May 2007 09:51:45 +0000
parents 891590781d9e
children 2b72f9bc4f06
comparison
equal deleted inserted replaced
5009:4d10df33e823 5010:d5ba514e3f4a
37 */ 37 */
38 38
39 39
40 #include <stdlib.h> /* malloc(), free() */ 40 #include <stdlib.h> /* malloc(), free() */
41 #include <string.h> 41 #include <string.h>
42 #include "../dsputil.h" 42 #include "dsputil.h"
43 43
44 #include "gcc_fixes.h" 44 #include "gcc_fixes.h"
45 45
46 #include "dsputil_altivec.h" 46 #include "dsputil_altivec.h"
47 47