mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
remove useless #ifdef CONFIG_ZLIB
Originally committed as revision 7623 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
299c77d569
commit
e3d2a690e8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user