diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-01-06 00:53:31 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-01-06 00:53:31 +0000 |
commit | 3b63f4792e5e0004cd1345a4eddc4c8856bbc9ff (patch) | |
tree | 35039bd4f3482de9d3d94224e748b01a71546c84 /debian | |
parent | 19c0e6070aab69a1e53136f696dfb1dc8188a96f (diff) | |
download | mpv-3b63f4792e5e0004cd1345a4eddc4c8856bbc9ff.tar.bz2 mpv-3b63f4792e5e0004cd1345a4eddc4c8856bbc9ff.tar.xz |
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
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/postinst b/debian/postinst index 2534472b2c..5a0d46da22 100755 --- a/debian/postinst +++ b/debian/postinst @@ -29,7 +29,7 @@ my $dcarea = <<"EOF"; EOF $dcarea .= "vo=" . scalar(get("mplayer/voutput")); - $dcarea .= "\n"; + $dcarea .= ",\n"; $mcfg->setconfarea($dcarea); |