# HG changeset patch # User arpi_esp # Date 996777986 0 # Node ID 1d2077091e88458c58e49db89719f0efb7d54f32 # Parent b69fe46fd708b28c860f5e09699397e959b9435f - removed #include ../config.h, because it's included from common.h which is included from avcodec.h which is included from those files... diff -r b69fe46fd708 -r 1d2077091e88 imgconvert.c --- 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 #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 diff -r b69fe46fd708 -r 1d2077091e88 imgresample.c --- 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 diff -r b69fe46fd708 -r 1d2077091e88 mpeg12.c --- 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 diff -r b69fe46fd708 -r 1d2077091e88 mpegvideo.c --- 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