mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +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)
|
||||
*/
|
||||
|
||||
#ifdef CONFIG_ZLIB
|
||||
#include <zlib.h>
|
||||
|
||||
//#define DEBUG
|
||||
@ -886,4 +885,3 @@ AVImageFormat png_image_format = {
|
||||
png_write,
|
||||
AVIMAGE_INTERLEAVED,
|
||||
};
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user