1
mirror of https://github.com/mpv-player/mpv synced 2024-07-31 16:29:58 +02:00

Remove unnecessary HAVE_AV_CONFIG_H #define.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27726 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-10-07 08:25:47 +00:00
parent d239eb53ae
commit b9509b1795
2 changed files with 0 additions and 3 deletions

View File

@ -33,7 +33,6 @@
#include "mp_image.h"
#include "vf.h"
#define HAVE_AV_CONFIG_H
#include "libavcodec/avcodec.h"
#include "libavcodec/eval.h"

View File

@ -33,8 +33,6 @@
#include "vf.h"
#include "libvo/fastmemcpy.h"
// Needed to bring in lrintf.
#define HAVE_AV_CONFIG_H
#include "libavcodec/avcodec.h"
#include "libavcodec/eval.h"