comparison mpegvideo.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 82d4c9be9873
comparison
equal deleted inserted replaced
17:b69fe46fd708 18:1d2077091e88
21 #include <math.h> 21 #include <math.h>
22 #include <string.h> 22 #include <string.h>
23 #include "avcodec.h" 23 #include "avcodec.h"
24 #include "dsputil.h" 24 #include "dsputil.h"
25 #include "mpegvideo.h" 25 #include "mpegvideo.h"
26
27 /* Stuff below is useful only for mplayer project */
28 #ifdef HAVE_CONFIG_H
29 #include "../config.h"
30 #endif
31 26
32 #ifdef USE_FASTMEMCPY 27 #ifdef USE_FASTMEMCPY
33 #include "fastmemcpy.h" 28 #include "fastmemcpy.h"
34 #endif 29 #endif
35 30