[MPlayer-cvslog] CVS: main/debian postinst,1.10,1.11
    Diego Biurrun CVS 
    syncmail at mplayerhq.hu
       
    Fri Jan  6 01:53:33 CET 2006
    
    
  
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main/debian
In directory mail:/var2/tmp/cvs-serv32257
Modified Files:
	postinst 
Log Message:
100l, the vo selection should fall back to other vo drivers.
Index: postinst
===================================================================
RCS file: /cvsroot/mplayer/main/debian/postinst,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- postinst	12 Jan 2003 13:34:06 -0000	1.10
+++ postinst	6 Jan 2006 00:53:31 -0000	1.11
@@ -29,7 +29,7 @@
 EOF
 
   $dcarea .= "vo=" . scalar(get("mplayer/voutput"));
-  $dcarea .= "\n";
+  $dcarea .= ",\n";
 
 $mcfg->setconfarea($dcarea);
 
    
    
More information about the MPlayer-cvslog
mailing list