[Mplayer-dvb] MPlayer and the new DVB dirver API
Sergio Rui Silva
sergio.rui at clix.pt
Sat Jan 4 15:49:33 CET 2003
Hi all,
I'm using the DVB driver version 1.1.4 and since there as been some
changes in the DVB API, MPlayer does not compile correcty with this
driver. To fix this I made the following changes to the souce code:
in file ao_mpegpes.c:
#ifdef HAVE_DVB
//#include <ost/audio.h>
#include <linux/dvb/audio.h>
//audioMixer_t dvb_mixer={255,255};
audio_mixer_t dvb_mixer={255,255};
#endif
in file vo_mpegpes.c:
/*
#include <ost/dmx.h>
#include <ost/frontend.h>
#include <ost/sec.h>
#include <ost/video.h>
#include <ost/audio.h>
*/
#include <linux/dvb/dmx.h>
#include <linux/dvb/frontend.h>
#include <linux/dvb/video.h>
#include <linux/dvb/audio.h>
But I'm still having some problems playing vob files with MPlayer and my
DVB card (SkyStar1), did this work correctly with the previous DVB
driver version?
Sérgio Rui Silva
P.S.: MPlayer version 0.90rc2.
P.S.: include files in (...)/DVB/include/linux/dvb copied to
/usr/include/linux/dvb
More information about the MPlayer-dvb
mailing list