diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-02-09 18:04:19 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-02-09 18:04:19 +0000 |
commit | 516c5f88a149a15c3ebc78ccc3b08a656dc2fc20 (patch) | |
tree | 8c6d289d4313a514f93095aed2b1f392fba43f8d | |
parent | 84205e0239471b15f85bb9ebcc86bda2ab274eeb (diff) | |
download | ffmpeg-516c5f88a149a15c3ebc78ccc3b08a656dc2fc20.tar.gz |
Add config.h #include for ARCH_X86 definition.
Originally committed as revision 28500 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-rw-r--r-- | libswscale/swscale-example.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libswscale/swscale-example.c b/libswscale/swscale-example.c index 958e2ec00f..58473e3145 100644 --- a/libswscale/swscale-example.c +++ b/libswscale/swscale-example.c @@ -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" |