mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02:00
Remove useless #ifdef.
Originally committed as revision 7625 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
f9aba097a3
commit
9ba6004993
@ -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 = {
|
|||||||
png_write,
|
png_write,
|
||||||
AVIMAGE_INTERLEAVED,
|
AVIMAGE_INTERLEAVED,
|
||||||
};
|
};
|
||||||
#endif
|
|
||||||
|
Loading…
Reference in New Issue
Block a user