Browse Source

svq3 watermark code now needs zlib

Originally committed as revision 15719 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Baptiste Coudurier 16 years ago
parent
commit
c48649242d
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      libavcodec/svq3.c

+ 4
- 0
libavcodec/svq3.c View File

@@ -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.


Loading…
Cancel
Save