diff options
author | Arpi <arpi@thot.banki.hu> | 2001-08-02 18:46:26 +0000 |
---|---|---|
committer | Arpi <arpi@thot.banki.hu> | 2001-08-02 18:46:26 +0000 |
commit | 2d6d0c1d66accc7976325190f17dc93ebd9b665d (patch) | |
tree | b59cf7de19fa4ea7c91ed8b5a1dae158d14f75e6 /libavcodec/mpegvideo.c | |
parent | afe92c6355f2f58817a38c35840ecce750ed41c7 (diff) | |
download | ffmpeg-2d6d0c1d66accc7976325190f17dc93ebd9b665d.tar.gz |
- 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
Diffstat (limited to 'libavcodec/mpegvideo.c')
-rw-r--r-- | libavcodec/mpegvideo.c | 5 |
1 files changed, 0 insertions, 5 deletions
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 |