Mercurial > libavcodec.hg
diff 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 |
line wrap: on
line diff
--- a/imgresample.c Thu Aug 02 08:29:38 2001 +0000 +++ b/imgresample.c Thu Aug 02 18:46:26 2001 +0000 @@ -23,11 +23,6 @@ #include "dsputil.h" #include "avcodec.h" -/* Stuff below is useful only for mplayer project */ -#ifdef HAVE_CONFIG_H -#include "../config.h" -#endif - #ifdef USE_FASTMEMCPY #include "fastmemcpy.h" #endif