[Mplayer-dvb] DVB include files

Patrick Cernko errror at ps.uni-sb.de
Thu Dec 18 07:50:32 CET 2003


Also sprach Mat Dodgson zu "17.12.2003 23:45" Anno Domini:
> Howdy folks!
> 
> I am trying to get mplayer working with a DVB-T card (input only). I
> can't seem to get the configure to work correctly for dvb - it always
> says 'no'.
> 
> Can someone please let me know what .h & .c files mplayer needs for dvb?
> That way I can find them myself.
> 

If you use the new driver interface (at least version 1.0 and higher of
the DVB-driver), you should simple point mplayer to the include
directory of your driver sources, e.g.
./configure --with-dvbincdir=/home/errror/linux-dvb.2003-11-08/include/

MPlayer tries to include the headers like this,

#include <linux/dvb/dmx.h>
#include <linux/dvb/frontend.h>
#include <linux/dvb/video.h>
#include <linux/dvb/audio.h>

which means, that in the directory specified as dvbincdir, ther must be
a path "linux/dvb", containing the headers dmx.hm frontend.hm video.h
and audio.h.
-- 
Patrick Cernko | mailto:errror at errror.de | http://www.errror.de
Quote of the Week: "/vmlinuz does not exist.
                    Installing from scratch, eh?"
                   (Debian Kernel Installation)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 252 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dvb/attachments/20031218/3c103758/attachment.pgp>


More information about the MPlayer-dvb mailing list