comparison libvo/vo_dxr3.c @ 8123:9fc45fe0d444

*HUGE* set of compiler warning fixes, unused variables removal based on patch by Dominik Mierzejewski <dominik@rangers.eu.org>
author arpi
date Wed, 06 Nov 2002 23:54:29 +0000
parents f880c1de0e9b
children 5b39e79af5fe
comparison
equal deleted inserted replaced
8122:272b1fda7287 8123:9fc45fe0d444
106 #include <string.h> 106 #include <string.h>
107 #include <fcntl.h> 107 #include <fcntl.h>
108 #include <stdio.h> 108 #include <stdio.h>
109 #include <time.h> 109 #include <time.h>
110 #include <math.h> 110 #include <math.h>
111
112 #include "config.h"
113 #ifdef HAVE_MALLOC_H
111 #include <malloc.h> 114 #include <malloc.h>
112 115 #endif
113 #include "config.h"
114 #include "fastmemcpy.h" 116 #include "fastmemcpy.h"
115 117
116 #include "video_out.h" 118 #include "video_out.h"
117 #include "video_out_internal.h" 119 #include "video_out_internal.h"
118 #include "aspect.h" 120 #include "aspect.h"