Commit 0fe3a3af authored by diego's avatar diego

Remove useless #ifdef.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7625 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 7726d1b2
...@@ -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