Commit 9ba60049 authored by Diego Biurrun's avatar Diego Biurrun

Remove useless #ifdef.

Originally committed as revision 7625 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent f9aba097
...@@ -25,7 +25,6 @@ ...@@ -25,7 +25,6 @@
* - use filters when generating a png (better compression) * - use filters when generating a png (better compression)
*/ */
#ifdef CONFIG_ZLIB
#include <zlib.h> #include <zlib.h>
//#define DEBUG //#define DEBUG
...@@ -886,4 +885,3 @@ AVImageFormat png_image_format = { ...@@ -886,4 +885,3 @@ AVImageFormat png_image_format = {
png_write, png_write,
AVIMAGE_INTERLEAVED, AVIMAGE_INTERLEAVED,
}; };
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment