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