1
mirror of https://github.com/mpv-player/mpv synced 2024-10-30 04:46:41 +01:00

Add config.h #include for ARCH_X86 definition.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28500 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2009-02-09 18:04:19 +00:00
parent cfb5bf7d3e
commit cd6eb04525

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"