mirror of https://git.ffmpeg.org/ffmpeg.git
Remove useless #ifdef.
Originally committed as revision 7625 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
f9aba097a3
commit
9ba6004993
|
@ -25,7 +25,6 @@
|
|||
* - use filters when generating a png (better compression)
|
||||
*/
|
||||
|
||||
#ifdef CONFIG_ZLIB
|
||||
#include <zlib.h>
|
||||
|
||||
//#define DEBUG
|
||||
|
@ -886,4 +885,3 @@ AVImageFormat png_image_format = {
|
|||
png_write,
|
||||
AVIMAGE_INTERLEAVED,
|
||||
};
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue