100l, the vo selection should fall back to other vo drivers.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17324 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-01-06 00:53:31 +00:00
parent 19c0e6070a
commit 3b63f4792e
1 changed files with 1 additions and 1 deletions

2
debian/postinst vendored
View File

@ -29,7 +29,7 @@ my $dcarea = <<"EOF";
EOF
$dcarea .= "vo=" . scalar(get("mplayer/voutput"));
$dcarea .= "\n";
$dcarea .= ",\n";
$mcfg->setconfarea($dcarea);