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
1 changed files with 0 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue