summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-08-02 21:39:29 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-08-02 21:39:29 +0000
commit52d358e3dcd4bc813441f6e23d8d9d212a18d7dd (patch)
tree43f749fb2edd128cb8ebc036d63576c4d275f2aa /configure
parent429bf7a9dc44a00460a4c8e183052f237f7bc4df (diff)
downloadmpv-52d358e3dcd4bc813441f6e23d8d9d212a18d7dd.tar.bz2
mpv-52d358e3dcd4bc813441f6e23d8d9d212a18d7dd.tar.xz
Set HAVE_DVB in configure when HAVE_DVB_HEAD is defined
instead of doing in redundantly in DVB-specific files. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27401 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure b/configure
index 1ad5872042..c39fe05d8d 100755
--- a/configure
+++ b/configure
@@ -4566,7 +4566,8 @@ EOF
fi
echores "$_dvbhead"
if test "$_dvbhead" = yes ; then
- _def_dvb='#define HAVE_DVB_HEAD 1'
+ _def_dvb='#define HAVE_DVB 1'
+ _def_dvb_head='#define HAVE_DVB_HEAD 1'
_def_dvb_in='#define HAS_DVBIN_SUPPORT 1'
_aomodules="mpegpes(dvb) $_aomodules"
_vomodules="mpegpes(dvb) $_vomodules"
@@ -4574,6 +4575,7 @@ fi
if test "$_dvbhead" = no && test "$_dvb" = no ; then
_def_dvb='#undef HAVE_DVB'
+ _def_dvb_head='#undef HAVE_DVB_HEAD'
_def_dvb_in='#undef HAS_DVBIN_SUPPORT '
_aomodules="mpegpes(file) $_aomodules"
_vomodules="mpegpes(file) $_vomodules"
@@ -8673,6 +8675,7 @@ $_def_dxr3
$_def_ivtv
$_def_v4l2
$_def_dvb
+$_def_dvb_head
$_def_dvb_in
$_def_svga
$_def_vesa