[Mplayer-cvslog] CVS: main configure,1.924,1.925

Reimar Döffinger CVS syncmail at mplayerhq.hu
Sun Oct 24 15:37:37 CEST 2004


CVS change done by Reimar Döffinger CVS

Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv25767

Modified Files:
	configure 
Log Message:
_def_enca should always be set to something! And preferrably correctly..


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.924
retrieving revision 1.925
diff -u -r1.924 -r1.925
--- configure	23 Oct 2004 22:43:18 -0000	1.924
+++ configure	24 Oct 2004 13:37:35 -0000	1.925
@@ -4867,13 +4867,13 @@
 EOF
     _enca=no
     cc_check -lenca && _enca=yes
+fi
     if test "$_enca" = yes ; then
 	_def_enca='#define HAVE_ENCA 1'
 	_ld_enca='-lenca'
     else
 	_def_enca='#undef HAVE_ENCA'
     fi
-fi
 echores "$_enca"
 
 




More information about the MPlayer-cvslog mailing list