diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-02-09 18:04:19 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-02-09 18:04:19 +0000 |
commit | cd6eb045250d117e0b6078bc8a4d7de65be26161 (patch) | |
tree | 469f5678c02ef1ac59bb20ff021aa9ec7c71daaf | |
parent | cfb5bf7d3efae57bd4a9666ed225eb7db253a0b2 (diff) |
Add config.h #include for ARCH_X86 definition.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28500 b3059339-0415-0410-9bf9-f77b7e298cf2
-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" |