comparison postproc/swscale-example.c @ 16985:08cac43f1e38

Unify include paths, -I.. is in CFLAGS.
author diego
date Mon, 14 Nov 2005 00:30:37 +0000
parents 821f464b4d90
children 401b440a6d76
comparison
equal deleted inserted replaced
16984:94b70ab52695 16985:08cac43f1e38
20 #include <stdlib.h> 20 #include <stdlib.h>
21 #include <string.h> 21 #include <string.h>
22 #include <inttypes.h> 22 #include <inttypes.h>
23 #include <stdarg.h> 23 #include <stdarg.h>
24 24
25 #include "../config.h" 25 #include "config.h"
26 26
27 #include "swscale.h" 27 #include "swscale.h"
28 #include "../libvo/img_format.h" 28 #include "libvo/img_format.h"
29 29
30 static int testFormat[]={ 30 static int testFormat[]={
31 IMGFMT_YVU9, 31 IMGFMT_YVU9,
32 IMGFMT_YV12, 32 IMGFMT_YV12,
33 //IMGFMT_IYUV, 33 //IMGFMT_IYUV,