Commit eb5d449b authored by mru's avatar mru

remove useless #ifdef CONFIG_ZLIB


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7623 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 43ca2e40
...@@ -25,7 +25,6 @@ ...@@ -25,7 +25,6 @@
* - use filters when generating a png (better compression) * - use filters when generating a png (better compression)
*/ */
#ifdef CONFIG_ZLIB
#include <zlib.h> #include <zlib.h>
//#define DEBUG //#define DEBUG
...@@ -965,4 +964,3 @@ AVCodec png_encoder = { ...@@ -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}, .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 // 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