- 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
This commit is contained in:
parent
afe92c6355
commit
2d6d0c1d66
@ -21,11 +21,6 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "avcodec.h"
|
#include "avcodec.h"
|
||||||
|
|
||||||
/* Stuff below is useful only for mplayer project */
|
|
||||||
#ifdef HAVE_CONFIG_H
|
|
||||||
#include "../config.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef USE_FASTMEMCPY
|
#ifdef USE_FASTMEMCPY
|
||||||
#include "fastmemcpy.h"
|
#include "fastmemcpy.h"
|
||||||
#endif
|
#endif
|
||||||
|
@ -23,11 +23,6 @@
|
|||||||
#include "dsputil.h"
|
#include "dsputil.h"
|
||||||
#include "avcodec.h"
|
#include "avcodec.h"
|
||||||
|
|
||||||
/* Stuff below is useful only for mplayer project */
|
|
||||||
#ifdef HAVE_CONFIG_H
|
|
||||||
#include "../config.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef USE_FASTMEMCPY
|
#ifdef USE_FASTMEMCPY
|
||||||
#include "fastmemcpy.h"
|
#include "fastmemcpy.h"
|
||||||
#endif
|
#endif
|
||||||
|
@ -25,11 +25,6 @@
|
|||||||
|
|
||||||
#include "mpeg12data.h"
|
#include "mpeg12data.h"
|
||||||
|
|
||||||
/* Stuff below is useful only for mplayer project */
|
|
||||||
#ifdef HAVE_CONFIG_H
|
|
||||||
#include "../config.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef USE_FASTMEMCPY
|
#ifdef USE_FASTMEMCPY
|
||||||
#include "fastmemcpy.h"
|
#include "fastmemcpy.h"
|
||||||
#endif
|
#endif
|
||||||
|
@ -24,11 +24,6 @@
|
|||||||
#include "dsputil.h"
|
#include "dsputil.h"
|
||||||
#include "mpegvideo.h"
|
#include "mpegvideo.h"
|
||||||
|
|
||||||
/* Stuff below is useful only for mplayer project */
|
|
||||||
#ifdef HAVE_CONFIG_H
|
|
||||||
#include "../config.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef USE_FASTMEMCPY
|
#ifdef USE_FASTMEMCPY
|
||||||
#include "fastmemcpy.h"
|
#include "fastmemcpy.h"
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user