diff options
author | eyck <eyck@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-02-03 20:27:20 +0000 |
---|---|---|
committer | eyck <eyck@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-02-03 20:27:20 +0000 |
commit | 0df1b49f3d256326e47ce8fa881062021eb4e59e (patch) | |
tree | 55af2e9f2366033be3259c3ead07e8783f6c014a /debian/config | |
parent | a1039fb1cd26ec03494e75e66e638ad8e24c8508 (diff) |
Juergen Kreileder changes, fixing some lintian errors, adding correct manpath and adding
xvidix to array of system-selectable drivers.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4522 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'debian/config')
-rwxr-xr-x | debian/config | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/debian/config b/debian/config index e78546ec40..3084a67bdb 100755 --- a/debian/config +++ b/debian/config @@ -3,7 +3,8 @@ # Script to configure mplayer # based on etherconf by John Goerzen <jgoerzen@progenylinux.com> -use Debian::DebConf::Client::ConfModule qw(:all); +use Debconf::Client::ConfModule qw(:all); + my $version = version(2.0); title('MPlayer Configuration'); @@ -48,7 +49,7 @@ sub letsgo { } sub configure { - subst("mplayer/voutput", "vochoices", "xv, xmga, mga, x11, gl, sdl"); + subst("mplayer/voutput", "vochoices", "xv, xmga, mga, x11, gl, sdl, xvidix"); # db_subst mplayer/output vo xc,xmga,mga,x11,gl,sdl exit(0) if (input($PRIORITY, "mplayer/voutput") eq "question skipped"); go(); |