Commit e3d2a690 authored by Måns Rullgård's avatar Måns Rullgård

remove useless #ifdef CONFIG_ZLIB

Originally committed as revision 7623 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 299c77d5
......@@ -25,7 +25,6 @@
* - use filters when generating a png (better compression)
*/
#ifdef CONFIG_ZLIB
#include <zlib.h>
//#define DEBUG
......@@ -965,4 +964,3 @@ AVCodec png_encoder = {
.pix_fmts= (enum PixelFormat[]){PIX_FMT_RGB24, PIX_FMT_RGBA32, PIX_FMT_PAL8, PIX_FMT_GRAY8, PIX_FMT_MONOBLACK, -1},
};
#endif // CONFIG_PNG_ENCODER
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment