Add config.h #include for ARCH_X86 definition.

Originally committed as revision 28500 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
This commit is contained in:
Diego Biurrun 2009-02-09 18:04:19 +00:00
parent 84205e0239
commit 516c5f88a1
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@
#include <inttypes.h>
#include <stdarg.h>
#include "config.h"
#undef HAVE_AV_CONFIG_H
#include "libavutil/avutil.h"
#include "swscale.h"