Commit e471cdb7 authored by arpi_esp's avatar arpi_esp

- removed #include ../config.h, because it's included from common.h

  which is included from avcodec.h which is included from those files...


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@29 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 2e2a53cc
......@@ -21,11 +21,6 @@
#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
......
......@@ -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
......
......@@ -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
......
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment