From 2d6d0c1d66accc7976325190f17dc93ebd9b665d Mon Sep 17 00:00:00 2001 From: Arpi Date: Thu, 2 Aug 2001 18:46:26 +0000 Subject: [PATCH] - removed #include ../config.h, because it's included from common.h which is included from avcodec.h which is included from those files... Originally committed as revision 29 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/imgconvert.c | 5 ----- libavcodec/imgresample.c | 5 ----- libavcodec/mpeg12.c | 5 ----- libavcodec/mpegvideo.c | 5 ----- 4 files changed, 20 deletions(-) diff --git a/libavcodec/imgconvert.c b/libavcodec/imgconvert.c index be2470b7bd..469677b73b 100644 --- a/libavcodec/imgconvert.c +++ b/libavcodec/imgconvert.c @@ -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 --git a/libavcodec/imgresample.c b/libavcodec/imgresample.c index 52331a68d2..8c69de2de1 100644 --- a/libavcodec/imgresample.c +++ b/libavcodec/imgresample.c @@ -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 --git a/libavcodec/mpeg12.c b/libavcodec/mpeg12.c index d497d14c6c..4e2f5308ae 100644 --- a/libavcodec/mpeg12.c +++ b/libavcodec/mpeg12.c @@ -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 --git a/libavcodec/mpegvideo.c b/libavcodec/mpegvideo.c index 49a9981678..75a0c83f1d 100644 --- a/libavcodec/mpegvideo.c +++ b/libavcodec/mpegvideo.c @@ -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