changeset 17323:93590989822a

100l, the vo selection should fall back to other vo drivers.
author diego
date Fri, 06 Jan 2006 00:53:31 +0000
parents e7b66215cf79
children 29828be76bd5
files debian/postinst
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/debian/postinst	Thu Jan 05 23:33:20 2006 +0000
+++ b/debian/postinst	Fri Jan 06 00:53:31 2006 +0000
@@ -29,7 +29,7 @@
 EOF
 
   $dcarea .= "vo=" . scalar(get("mplayer/voutput"));
-  $dcarea .= "\n";
+  $dcarea .= ",\n";
 
 $mcfg->setconfarea($dcarea);