[Mplayer-cvslog] CVS: main configure,1.694,1.695

Diego Biurrun CVS diego at mplayerhq.hu
Mon Apr 21 18:08:31 CEST 2003


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

Modified Files:
	configure 
Log Message:
10l, wrong syntax


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.694
retrieving revision 1.695
diff -u -r1.694 -r1.695
--- configure	11 Apr 2003 16:33:29 -0000	1.694
+++ configure	21 Apr 2003 16:08:06 -0000	1.695
@@ -1964,7 +1964,7 @@
 
 echocheck "dynamic a/v plugins support"
 if test "$_dl" = no ; then
-  _dynamic_plugins = no
+  _dynamic_plugins=no
 fi
 if test "$_dynamic_plugins" = yes ; then
   _def_dynamic_plugins='#define DYNAMIC_PLUGINS 1'



More information about the MPlayer-cvslog mailing list