diff debian/config @ 4521:0737156ad1f0

Juergen Kreileder changes, fixing some lintian errors, adding correct manpath and adding xvidix to array of system-selectable drivers.
author eyck
date Sun, 03 Feb 2002 20:27:20 +0000
parents 10e236ceac5e
children 6746866a94c6
line wrap: on
line diff
--- a/debian/config	Sun Feb 03 19:19:39 2002 +0000
+++ b/debian/config	Sun Feb 03 20:27:20 2002 +0000
@@ -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 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();