[MPlayer-users] enable dvb support

Jon Evans echo6_uk at yahoo.com
Wed Aug 16 18:20:50 CEST 2006


./configure --enable-dvb --with-extraincdir=/|DVB source directory|//ost/include

I'm assuming DVB refers to the linuxtv source code.
I've downloaded the code and extracted it to a directory called DVB.
I'm puzzled because there's no ost directory!

When I use ./configure --enable-dvb I get the following
Checking for DVB ... no (specify path to DVB/ost/include with --with-dvbincdir=DIR)
Checking for DVB HEAD ... no (specify path to DVB/include (HEAD Version) with --with-dvbincdir=DIR)
?
When I use ./configure --enable-dvb --with-dvbincdir=../DVB/include I get
Checking for DVB ... no (specify path to DVB/ost/include with --with-dvbincdir=DIR)
Checking for DVB HEAD ... yes (using -I../DVB/include/)

Does it matter that I have no ost directory?!

If I try and make I get the following:-
mplayer.o(.text+0x2e6b): In function `main':
: undefined reference to `dvb_step_channel'
mplayer.o(.text+0x3fdf): In function `main':
: undefined reference to `dvb_set_channel'
mplayer.o(.text+0x5fbe): In function `main':
: undefined reference to `dvb_step_channel'
mplayer.o(.data+0x3220): undefined reference to `dvbin_opts_conf'
collect2: ld returned 1 exit status
make: *** [mplayer] Error 1

Puzzled.




More information about the MPlayer-users mailing list