From 8aef85f1c29c9f4654366ec8113ab228f771789c Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 3 Aug 2008 16:26:11 +0000 Subject: [PATCH] Remove duplicated DVB definition line. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27406 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 1 - 1 file changed, 1 deletion(-) 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"