comparison imgresample.c @ 18:1d2077091e88 libavcodec

- removed #include ../config.h, because it's included from common.h which is included from avcodec.h which is included from those files...
author arpi_esp
date Thu, 02 Aug 2001 18:46:26 +0000
parents b69fe46fd708
children fce0a2520551
comparison
equal deleted inserted replaced
17:b69fe46fd708 18:1d2077091e88
20 #include <stdio.h> 20 #include <stdio.h>
21 #include <string.h> 21 #include <string.h>
22 #include <math.h> 22 #include <math.h>
23 #include "dsputil.h" 23 #include "dsputil.h"
24 #include "avcodec.h" 24 #include "avcodec.h"
25
26 /* Stuff below is useful only for mplayer project */
27 #ifdef HAVE_CONFIG_H
28 #include "../config.h"
29 #endif
30 25
31 #ifdef USE_FASTMEMCPY 26 #ifdef USE_FASTMEMCPY
32 #include "fastmemcpy.h" 27 #include "fastmemcpy.h"
33 #endif 28 #endif
34 29