comparison postproc/yuv2rgb_altivec.c @ 16985:08cac43f1e38

Unify include paths, -I.. is in CFLAGS.
author diego
date Mon, 14 Nov 2005 00:30:37 +0000
parents 992960f68af0
children 3f863d1d8b43
comparison
equal deleted inserted replaced
16984:94b70ab52695 16985:08cac43f1e38
69 #include <assert.h> 69 #include <assert.h>
70 #include "config.h" 70 #include "config.h"
71 #include "rgb2rgb.h" 71 #include "rgb2rgb.h"
72 #include "swscale.h" 72 #include "swscale.h"
73 #include "swscale_internal.h" 73 #include "swscale_internal.h"
74 #include "../mangle.h" 74 #include "mangle.h"
75 #include "../libvo/img_format.h" //FIXME try to reduce dependency of such stuff 75 #include "libvo/img_format.h" //FIXME try to reduce dependency of such stuff
76 76
77 #undef PROFILE_THE_BEAST 77 #undef PROFILE_THE_BEAST
78 #undef INC_SCALING 78 #undef INC_SCALING
79 79
80 typedef unsigned char ubyte; 80 typedef unsigned char ubyte;