summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-08-03 16:26:11 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-08-03 16:26:11 +0000
commit8aef85f1c29c9f4654366ec8113ab228f771789c (patch)
treeb613ed6bed5b08154c45b8b5e9f319417c7b58ce /configure
parent34fb06087bbd96839635321b993436e710bc7da2 (diff)
downloadmpv-8aef85f1c29c9f4654366ec8113ab228f771789c.tar.bz2
mpv-8aef85f1c29c9f4654366ec8113ab228f771789c.tar.xz
Remove duplicated DVB definition line.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27406 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure b/configure
index c2c5b79c26..0635b126a3 100755
--- a/configure
+++ b/configure
@@ -4576,7 +4576,6 @@ fi
if test "$_dvbhead" = no && test "$_dvb" = no ; then
_def_dvb='#undef CONFIG_DVB'
_def_dvb_head='#undef CONFIG_DVB_HEAD'
- _def_dvb_head='#undef HAVE_DVB_HEAD'
_def_dvbin='#undef CONFIG_DVBIN '
_aomodules="mpegpes(file) $_aomodules"
_vomodules="mpegpes(file) $_vomodules"