OSDN Git Service

Add config.h #include for ARCH_X86 definition.
authorDiego Biurrun <diego@biurrun.de>
Mon, 9 Feb 2009 18:04:19 +0000 (18:04 +0000)
committerDiego Biurrun <diego@biurrun.de>
Mon, 9 Feb 2009 18:04:19 +0000 (18:04 +0000)
Originally committed as revision 28500 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

libswscale/swscale-example.c

index 958e2ec..58473e3 100644 (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"