OSDN Git Service

Remove useless #ifdef.
authorDiego Biurrun <diego@biurrun.de>
Sun, 21 Jan 2007 22:02:12 +0000 (22:02 +0000)
committerDiego Biurrun <diego@biurrun.de>
Sun, 21 Jan 2007 22:02:12 +0000 (22:02 +0000)
Originally committed as revision 7625 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/png.c

index d62bf54..af4694b 100644 (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