- removed #include ../config.h, because it's included from common.h
authorArpi <arpi@thot.banki.hu>
Thu, 2 Aug 2001 18:46:26 +0000 (18:46 +0000)
committerArpi <arpi@thot.banki.hu>
Thu, 2 Aug 2001 18:46:26 +0000 (18:46 +0000)
  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
libavcodec/imgresample.c
libavcodec/mpeg12.c
libavcodec/mpegvideo.c

index be2470b..469677b 100644 (file)
 #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
index 52331a6..8c69de2 100644 (file)
 #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
index d497d14..4e2f530 100644 (file)
 
 #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
index 49a9981..75a0c83 100644 (file)
 #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