[Mplayer-cvslog] CVS: main configure,1.400,1.401

Arpi of Ize arpi at mplayer.dev.hu
Mon Mar 11 01:13:08 CET 2002


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

Modified Files:
	configure 
Log Message:
libjpeg detection cleanup

Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.400
retrieving revision 1.401
diff -u -r1.400 -r1.401
--- configure	10 Mar 2002 23:55:36 -0000	1.400
+++ configure	11 Mar 2002 00:13:05 -0000	1.401
@@ -1997,17 +1997,14 @@
     if cc_check -ljpeg -lm ; then
       if "$TMPO" >> "$TMPLOG" ; then
         _jpg=yes
-        echores yes
       fi
-    else
-      echores no
     fi
-else
-  echores "$_jpg"
 fi
+echores "$_jpg"
+
 if test "$_jpg" = yes ; then
   _def_jpg='#define HAVE_JPEG 1'
-  _ld_jpg='-ljpeg'
+  _ld_jpg="-ljpeg"
   _mkf_jpg="yes"
 else
   _def_jpg='#undef HAVE_JPEG'




More information about the MPlayer-cvslog mailing list