[Mplayer-cvslog] CVS: main configure,1.264,1.265

Zoltan Ponekker pontscho at mplayer.dev.hu
Mon Nov 19 10:44:00 CET 2001


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

Modified Files:
	configure 
Log Message:
png detect bug fixed

Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.264
retrieving revision 1.265
diff -u -r1.264 -r1.265
--- configure	19 Nov 2001 01:57:27 -0000	1.264
+++ configure	19 Nov 2001 09:43:55 -0000	1.265
@@ -1538,6 +1538,10 @@
     # incompatible with the GNU libpng
     echores "disabled on irix (not GNU libpng)"
   else
+cat > $TMPC << EOF
+#include <png.h>
+int main(void) { return 0; }
+EOF
     cc_check  -lpng -lz -lm && _png=yes
     echores yes
   fi




More information about the MPlayer-cvslog mailing list