1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-22 06:42:03 +00:00

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

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);