diff avformat.h @ 71:a803af1b10be libavformat

* compile PNG only when ZLIB is available
author kabi
date Thu, 27 Feb 2003 17:32:56 +0000
parents a58a8a53eb46
children 78bec272ce3a
line wrap: on
line diff
--- a/avformat.h	Wed Feb 26 17:26:20 2003 +0000
+++ b/avformat.h	Thu Feb 27 17:32:56 2003 +0000
@@ -253,7 +253,9 @@
 extern AVImageFormat ppm_image_format;
 extern AVImageFormat pgmyuv_image_format;
 extern AVImageFormat yuv_image_format;
+#ifdef CONFIG_ZLIB
 extern AVImageFormat png_image_format;
+#endif
 extern AVImageFormat jpeg_image_format;
 extern AVImageFormat gif_image_format;