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:
795bb9d
)
Include zlib.h as it is needed for watermark support,
author
Michael Niedermayer
<michaelni@gmx.at>
Tue, 14 Oct 2008 20:42:54 +0000
(20:42 +0000)
committer
Michael Niedermayer
<michaelni@gmx.at>
Tue, 14 Oct 2008 20:42:54 +0000
(20:42 +0000)
patch by baptiste based on reverse engineering work by chrono.
Originally committed as revision 15618 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/svq3.c
patch
|
blob
|
history
diff --git
a/libavcodec/svq3.c
b/libavcodec/svq3.c
index
67fa317
..
4bb50b5
100644
(file)
--- a/
libavcodec/svq3.c
+++ b/
libavcodec/svq3.c
@@
-40,6
+40,10
@@
* ftp://ftp.mplayerhq.hu/MPlayer/samples/V-codecs/SVQ3/Vertical400kbit.sorenson3.mov
*/
+#ifdef CONFIG_ZLIB
+#include <zlib.h>
+#endif
+
/**
* @file svq3.c
* svq3 decoder.