comparison postproc/swscale.c @ 16985:08cac43f1e38

Unify include paths, -I.. is in CFLAGS.
author diego
date Mon, 14 Nov 2005 00:30:37 +0000
parents 3ea7f6ab11b1
children 401b440a6d76
comparison
equal deleted inserted replaced
16984:94b70ab52695 16985:08cac43f1e38
52 #include <inttypes.h> 52 #include <inttypes.h>
53 #include <string.h> 53 #include <string.h>
54 #include <math.h> 54 #include <math.h>
55 #include <stdio.h> 55 #include <stdio.h>
56 #include <unistd.h> 56 #include <unistd.h>
57 #include "../config.h" 57 #include "config.h"
58 #include "../mangle.h" 58 #include "mangle.h"
59 #include <assert.h> 59 #include <assert.h>
60 #ifdef HAVE_MALLOC_H 60 #ifdef HAVE_MALLOC_H
61 #include <malloc.h> 61 #include <malloc.h>
62 #else 62 #else
63 #include <stdlib.h> 63 #include <stdlib.h>
68 #define MAP_ANONYMOUS MAP_ANON 68 #define MAP_ANONYMOUS MAP_ANON
69 #endif 69 #endif
70 #endif 70 #endif
71 #include "swscale.h" 71 #include "swscale.h"
72 #include "swscale_internal.h" 72 #include "swscale_internal.h"
73 #include "../cpudetect.h" 73 #include "cpudetect.h"
74 #include "../bswap.h" 74 #include "bswap.h"
75 #include "../libvo/img_format.h" 75 #include "libvo/img_format.h"
76 #include "rgb2rgb.h" 76 #include "rgb2rgb.h"
77 #include "../libvo/fastmemcpy.h" 77 #include "libvo/fastmemcpy.h"
78 78
79 #undef MOVNTQ 79 #undef MOVNTQ
80 #undef PAVGB 80 #undef PAVGB
81 81
82 //#undef HAVE_MMX2 82 //#undef HAVE_MMX2