summaryrefslogtreecommitdiffstats
path: root/debian/config
diff options
context:
space:
mode:
Diffstat (limited to 'debian/config')
-rwxr-xr-xdebian/config5
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();