From 9ba6004993d169c86ed4a280059e034241abc1a1 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sun, 21 Jan 2007 22:02:12 +0000 Subject: [PATCH] Remove useless #ifdef. Originally committed as revision 7625 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/png.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libavformat/png.c b/libavformat/png.c index d62bf540a5..af4694b112 100644 --- a/libavformat/png.c +++ b/libavformat/png.c @@ -25,7 +25,6 @@ * - use filters when generating a png (better compression) */ -#ifdef CONFIG_ZLIB #include //#define DEBUG @@ -886,4 +885,3 @@ AVImageFormat png_image_format = { png_write, AVIMAGE_INTERLEAVED, }; -#endif