0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 03:52:22 +02:00

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
This commit is contained in:
diego 2004-04-01 14:17:58 +00:00
parent 47065bd0e3
commit 0b048dec0d

1
configure vendored
View File

@ -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"