[Mplayer-dvb] Mplayer DVB support

Jukka Neppius jkn at softavenue.fi
Sat Apr 26 16:31:35 CEST 2003


Juri Haberland <juri at koschikode.com> writes:

> Jukka Neppius wrote:
> > Juri Haberland <juri at koschikode.com> writes:
> > 
> >> Jukka Neppius wrote:
> >> 
> >> No, look for HAVE_DVB_HEAD in config.h and for DVB_INC in config.mak.
> > 
> > config.h:#define HAVE_DVB_HEAD 1
> > config.mak:DVB_INC = 
> 
> So configure didn't find your DVB include files.
> How did you run configure?
> Where are your DVB driver sources?
> Are they the old ones (0.9 something) or the new ones (from CVS or
> 1.0pre1/2)?
> 
> Let's assume they are in /usr/local/src/DVB.
> 
> For the old drivers you need to run:
> ./configure --with-extraincdir=/usr/local/src/DVB/ost/include
> 
> For the new ones you need:
> ./configure --with-extraincdir=/usr/local/src/DVB/include

I had  '/linux/dvb/' in the end of above:(

Now I have in config.h:
#define HAVE_DVB_HEAD 1
#define HAS_DVBIN_SUPPORT 1

config.mak still has 
DVB_INC = 
But it is in video output section.  My DVB card does not have video out.


============ Checking for DVB ============
...
/tmp/mplayer-conf-9422-12029.c:7: ost/dmx.h: No such file or directory
/tmp/mplayer-conf-9422-12029.c:8: ost/frontend.h: No such file or directory
/tmp/mplayer-conf-9422-12029.c:9: ost/sec.h: No such file or directory
/tmp/mplayer-conf-9422-12029.c:10: ost/video.h: No such file or directory
/tmp/mplayer-conf-9422-12029.c:11: ost/audio.h: No such file or directory
...
Result is: no (specify path to DVB/ost/include with --with-extraincdir=DIR)
=============


If 'DVB' here refers to old driver, then this is OK.  New driver does
not have 'ost/include'


> > But I try CVS version when I figure out where to get it:(
> 
> It won't make a difference.

No it doesn't:(




make:

libmpdemux/dvbin.h:82: warning: #warning No DVB-T country defined 
                                in dvb_defaults.h, defaulting to UK
In file included from cfg-common.h:324,
                 from cfg-mencoder.h:5,
                 from mencoder.c:241:

But I have 
#define FINLAND 1
in libmpdemux/dvb_defaults.h

mencoder.c does not #include dvb_defaults.h

Perhaps this is not serious.  But same repeats several times...

There is also:

In file included from dvbin.c:57:
dvb_defaults.h:41: warning: `DVB_T_LOCATION' redefined
dvbin.h:86: warning: this is the location of the previous definition


Perhaps dvbin.h should include dvb_defaults.h???

I started compiled gmplayer. Right mouse button gives menu, but there
is nothing dvb related.  I might need some config file somewhere.

- Jukka



More information about the MPlayer-dvb mailing list