[SCM] libav/experimental: Remove useless #ifdef.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:55:17 UTC 2013


The following commit has been merged in the experimental branch:
commit 9ba6004993d169c86ed4a280059e034241abc1a1
Author: Diego Biurrun <diego at biurrun.de>
Date:   Sun Jan 21 22:02:12 2007 +0000

    Remove useless #ifdef.
    
    Originally committed as revision 7625 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/png.c b/libavformat/png.c
index d62bf54..af4694b 100644
--- a/libavformat/png.c
+++ b/libavformat/png.c
@@ -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

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list