1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

Remove useless #ifdef.

Originally committed as revision 7625 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2007-01-21 22:02:12 +00:00
parent f9aba097a3
commit 9ba6004993

View File

@ -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