Mercurial > libavcodec.hg
changeset 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 |
files | imgconvert.c imgresample.c mpeg12.c mpegvideo.c |
diffstat | 4 files changed, 0 insertions(+), 20 deletions(-) [+] |
line wrap: on
line diff
--- a/imgconvert.c Thu Aug 02 08:29:38 2001 +0000 +++ b/imgconvert.c Thu Aug 02 18:46:26 2001 +0000 @@ -21,11 +21,6 @@ #include <string.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
--- 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
--- a/mpeg12.c Thu Aug 02 08:29:38 2001 +0000 +++ b/mpeg12.c Thu Aug 02 18:46:26 2001 +0000 @@ -25,11 +25,6 @@ #include "mpeg12data.h" -/* Stuff below is useful only for mplayer project */ -#ifdef HAVE_CONFIG_H -#include "../config.h" -#endif - #ifdef USE_FASTMEMCPY #include "fastmemcpy.h" #endif
--- a/mpegvideo.c Thu Aug 02 08:29:38 2001 +0000 +++ b/mpegvideo.c Thu Aug 02 18:46:26 2001 +0000 @@ -24,11 +24,6 @@ #include "dsputil.h" #include "mpegvideo.h" -/* Stuff below is useful only for mplayer project */ -#ifdef HAVE_CONFIG_H -#include "../config.h" -#endif - #ifdef USE_FASTMEMCPY #include "fastmemcpy.h" #endif