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
1 changed files with 0 additions and 2 deletions

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