Browse Source

remove useless #ifdef CONFIG_ZLIB

Originally committed as revision 7623 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Måns Rullgård 19 years ago
parent
commit
e3d2a690e8
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      libavcodec/png.c

+ 0
- 2
libavcodec/png.c View File

@@ -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…
Cancel
Save