[Mplayer-cvslog] CVS: main configure,1.390,1.391

Adam Tla/lka atlka at mplayer.dev.hu
Thu Feb 21 11:49:59 CET 2002


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

Modified Files:
	configure 
Log Message:
changes in fullscreen/window switching code to obtain returning to
old window position (icewm aware) while using -vo x11 -zoom


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.390
retrieving revision 1.391
diff -u -r1.390 -r1.391
--- configure	13 Feb 2002 03:14:45 -0000	1.390
+++ configure	21 Feb 2002 10:49:56 -0000	1.391
@@ -1919,8 +1919,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_get_libpng_ver(NULL));
+  return 0; //(strcmp(PNG_LIBPNG_VER_STRING, png_get_libpng_ver(NULL)));
 }
 EOF
     if cc_check -lpng -lz -lm ; then




More information about the MPlayer-cvslog mailing list