projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84205e0
)
Add config.h #include for ARCH_X86 definition.
author
Diego Biurrun
<diego@biurrun.de>
Mon, 9 Feb 2009 18:04:19 +0000
(18:04 +0000)
committer
Diego 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
patch
|
blob
|
history
diff --git
a/libswscale/swscale-example.c
b/libswscale/swscale-example.c
index
958e2ec
..
58473e3
100644
(file)
--- 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"