[MPlayer-cvslog] r32270 - trunk/configure
diego
subversion at mplayerhq.hu
Thu Sep 16 16:42:15 CEST 2010
Author: diego
Date: Thu Sep 16 16:42:15 2010
New Revision: 32270
Log:
Add missing stdio.h #include to the test program in the PNG check.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Thu Sep 16 16:40:44 2010 (r32269)
+++ trunk/configure Thu Sep 16 16:42:15 2010 (r32270)
@@ -4903,8 +4903,9 @@ if test "$_png" = auto ; then
res_comment="disabled on irix (not GNU libpng)"
else
cat > $TMPC << EOF
-#include <png.h>
+#include <stdio.h>
#include <string.h>
+#include <png.h>
int main(void) {
printf("png.h : %s\n", PNG_LIBPNG_VER_STRING);
printf("libpng: %s\n", png_libpng_ver);
More information about the MPlayer-cvslog
mailing list