changeset 28465:26c1df953188

Add config.h #include for ARCH_X86 definition.
author diego
date Mon, 09 Feb 2009 18:04:19 +0000
parents 2db0844df6f0
children b70a583014e4
files libswscale/swscale-example.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libswscale/swscale-example.c	Mon Feb 09 18:01:36 2009 +0000
+++ b/libswscale/swscale-example.c	Mon Feb 09 18:04:19 2009 +0000
@@ -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"