[linux-dvb] recompiling mplayer and include files
Nico Sabbi
nsabbi at tiscali.it
Sat Jul 9 23:26:27 CEST 2005
Jim Jowski wrote:
> Nico Sabbi wrote:
>
>>
>> In configure.log you can find the reason why DVB_HEAD wasn't compiled
>> in.
>> Post the relative section if you need help
>
>
> I think it's still looking for the included files directly below a
> ../ost/ directory but I'm not a C expert. Maybe a little doctoring of
> the configure file is needed.
it is, but only because if the are old drivers around mplayer will use that
>> ============ Checking for DVB HEAD ============
>>
>> #include <sys/poll.h>
>> #include <sys/ioctl.h>
>> #include <stdio.h>
>> #include <time.h>
>> #include <unistd.h>
>>
>> #include <linux/dvb/dmx.h>
>> #include <linux/dvb/frontend.h>
>> #include <linux/dvb/video.h>
>> #include <linux/dvb/audio.h>
>> int main(void) {return 0;}
>>
>> cc /tmp/mplayer-conf-21335-19483.c -o
>> /tmp/mplayer-conf-17493-19483.o
>>
>> ldd /tmp/mplayer-conf-17493-19483.o
>> linux-gate.so.1 => (0xffffe000)
>> libc.so.6 => /lib/libc.so.6 (0x40025000)
>> /lib/ld-linux.so.2 (0x40000000)
>>
>> Result is: yes
>> ##########################################
>
>
> Jim
>
this block above says Checking for DVB HEAD: ... Result is: yes
so you have dvb_head support.
More information about the linux-dvb
mailing list