[Mplayer-cvslog] CVS: main configure,1.453,1.454

Arpi of Ize arpi at mplayerhq.hu
Mon Apr 29 18:24:25 CEST 2002


Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv21351

Modified Files:
	configure 
Log Message:
more compatible libpng version check

Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.453
retrieving revision 1.454
diff -u -r1.453 -r1.454
--- configure	28 Apr 2002 21:05:09 -0000	1.453
+++ configure	29 Apr 2002 16:24:22 -0000	1.454
@@ -2264,8 +2264,8 @@
 #include <string.h>
 int main(void) {
   printf("png.h : %s\n", PNG_LIBPNG_VER_STRING);
-  printf("libpng: %s\n", png_get_libpng_ver(NULL));
-  return (strcmp(PNG_LIBPNG_VER_STRING, png_get_libpng_ver(NULL)));
+  printf("libpng: %s\n", png_libpng_ver);
+  return (strcmp(PNG_LIBPNG_VER_STRING, png_libpng_ver));
 }
 EOF
     if cc_check -lpng -lz -lm ; then




More information about the MPlayer-cvslog mailing list