summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-04-01 14:17:58 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-04-01 14:17:58 +0000
commit0b048dec0d7d17bbb5a48fe98c31f8bda26ffd0d (patch)
tree7e520e56c34b9dd25cfcda95e0bc2622d3ca5a1b /configure
parent47065bd0e3e95baf95e6327b93d59e9bad1198c8 (diff)
downloadmpv-0b048dec0d7d17bbb5a48fe98c31f8bda26ffd0d.tar.bz2
mpv-0b048dec0d7d17bbb5a48fe98c31f8bda26ffd0d.tar.xz
dvb should be added to $_noinputmodules as well as $_inputmodules.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12093 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index da2af9a3ab..fd43a606bf 100755
--- a/configure
+++ b/configure
@@ -3419,6 +3419,7 @@ if test "$_dvb" = yes || test "$_dvbhead" = yes ; then
_inputmodules="dvb $_inputmodules"
else
_dvbin=no
+ _noinputmodules="dvb $_noinputmodules"
fi
echocheck "PNG support"