diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-01-21 20:04:00 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-01-21 20:04:00 +0000 |
commit | efbd19fe760edcd71adcf3b60fd23ec3ae259e83 (patch) | |
tree | 543a535006bb3641b2e6b9ed7826c4ccf05dce7f /libavcodec/flashsv.c | |
parent | 60527f3163a3580826180c4083d6a40eb0c2f4bc (diff) | |
download | ffmpeg-efbd19fe760edcd71adcf3b60fd23ec3ae259e83.tar.gz |
Declare zlib dependency in the Makefile, not in the source.
Originally committed as revision 7610 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/flashsv.c')
-rw-r--r-- | libavcodec/flashsv.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/flashsv.c b/libavcodec/flashsv.c index c2bbb3de23..9e4aa951ae 100644 --- a/libavcodec/flashsv.c +++ b/libavcodec/flashsv.c @@ -54,7 +54,6 @@ #include "avcodec.h" #include "bitstream.h" -#ifdef CONFIG_ZLIB #include <zlib.h> typedef struct FlashSVContext { @@ -259,4 +258,3 @@ AVCodec flashsv_decoder = { CODEC_CAP_DR1, .pix_fmts = (enum PixelFormat[]){PIX_FMT_BGR24, -1}, }; -#endif //CONFIG_ZLIB |