1
mirror of https://github.com/mpv-player/mpv synced 2024-10-22 08:51:57 +02:00

Remove duplicated DVB definition line.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27406 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-08-03 16:26:11 +00:00
parent 34fb06087b
commit 8aef85f1c2

1
configure vendored
View File

@ -4576,7 +4576,6 @@ fi
if test "$_dvbhead" = no && test "$_dvb" = no ; then if test "$_dvbhead" = no && test "$_dvb" = no ; then
_def_dvb='#undef CONFIG_DVB' _def_dvb='#undef CONFIG_DVB'
_def_dvb_head='#undef CONFIG_DVB_HEAD' _def_dvb_head='#undef CONFIG_DVB_HEAD'
_def_dvb_head='#undef HAVE_DVB_HEAD'
_def_dvbin='#undef CONFIG_DVBIN ' _def_dvbin='#undef CONFIG_DVBIN '
_aomodules="mpegpes(file) $_aomodules" _aomodules="mpegpes(file) $_aomodules"
_vomodules="mpegpes(file) $_vomodules" _vomodules="mpegpes(file) $_vomodules"