Re: DVB include files
Patrick Cernko <[email protected]>
| Newsgroups | gmane.comp.video.mplayer.user.dvb |
|---|---|
| Organization | Universitaet des Saarlandes, Fachbereich Informatik |
| Message-ID | <[email protected]> |
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:[email protected] | http://www.errror.de Quote of the Week: "/vmlinuz does not exist. Installing from scratch, eh?" (Debian Kernel Installation) _______________________________________________ Mplayer-dvb mailing list [email protected] http://mplayerhq.hu/mailman/listinfo/mplayer-dvb
signature.asc
(application/pgp-signature, 252 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQE/4U44B6g1EUxThvcRAgHBAJ9kwlC5BOOLW5X8NBFdf00vHTvnYwCfVwIA a8Vr04Q4xhhIBgDdYk3tdgE= =jjY1 -----END PGP SIGNATURE-----