[MPlayer-dvb] Checking for DVB - Result is: no

Igor Nikanov goga777 at bk.ru
Sat Dec 1 12:43:30 CET 2007


Hi

I have debian

uname -a
Linux goga 2.6.22-2-686 #1 SMP Fri Aug 31 00:24:01 UTC 2007 i686 GNU/Linux

with installed  the linux-headers-2.6.22-3

but in the configure.log I have

============ Checking for DVB ============

#include <sys/poll.h>
#include <sys/ioctl.h>
#include <stdio.h>
#include <time.h>
#include <unistd.h>

#include <ost/dmx.h>
#include <ost/frontend.h>
#include <ost/sec.h>
#include <ost/video.h>
#include <ost/audio.h>
int main(void) {return 0;}

cc -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=prescott -mtune=prescott -pipe -ffast-math -fomit-frame-po
inter  -I/usr/include/directfb -I/usr/include/     -lncurses  -ldirectfb  -lXext -lX11 -lpthread -lXv -lXinerama -lGL -ldl -
laa -L/usr/lib -lcaca -lcucul -lvga  -o /tmp/mplayer-conf-17002-14848 /tmp/mplayer-conf-5768-14848.c
/tmp/mplayer-conf-5768-14848.c:7:21: error: ost/dmx.h: No such file or directory
/tmp/mplayer-conf-5768-14848.c:8:26: error: ost/frontend.h: No such file or directory
/tmp/mplayer-conf-5768-14848.c:9:21: error: ost/sec.h: No such file or directory
/tmp/mplayer-conf-5768-14848.c:10:23: error: ost/video.h: No such file or directory
/tmp/mplayer-conf-5768-14848.c:11:23: error: ost/audio.h: No such file or directory



#include <sys/poll.h>
#include <sys/ioctl.h>
#include <stdio.h>
#include <time.h>
#include <unistd.h>

#include <ost/dmx.h>
#include <ost/frontend.h>
#include <ost/sec.h>
#include <ost/video.h>
#include <ost/audio.h>
int main(void) {return 0;}

cc -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=prescott -mtune=prescott -pipe -ffast-math -fomit-frame-po
inter  -I/usr/include/directfb -I/usr/include/     -lncurses  -ldirectfb  -lXext -lX11 -lpthread -lXv -lXinerama -lGL -ldl -
laa -L/usr/lib -lcaca -lcucul -lvga  -o /tmp/mplayer-conf-17002-14848 /tmp/mplayer-conf-5768-14848.c -I/usr/src/DVB/ost/incl
ude
/tmp/mplayer-conf-5768-14848.c:7:21: error: ost/dmx.h: No such file or directory
/tmp/mplayer-conf-5768-14848.c:8:26: error: ost/frontend.h: No such file or directory
/tmp/mplayer-conf-5768-14848.c:9:21: error: ost/sec.h: No such file or directory
/tmp/mplayer-conf-5768-14848.c:10:23: error: ost/video.h: No such file or directory
/tmp/mplayer-conf-5768-14848.c:11:23: error: ost/audio.h: No such file or directory


Result is: no
##########################################

============ 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 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=prescott -mtune=prescott -pipe -ffast-math -fomit-frame-po
inter  -I/usr/include/directfb -I/usr/include/     -lncurses  -ldirectfb  -lXext -lX11 -lpthread -lXv -lXinerama -lGL -ldl -
laa -L/usr/lib -lcaca -lcucul -lvga  -o /tmp/mplayer-conf-17002-14848 /tmp/mplayer-conf-5768-14848.c
Result is: yes


I don't understand what's "usr/src/DVB/ost/include" directory ?
And how is it possible to solve this problem ?
I am using today svn version of MPlayer

Igor








More information about the MPlayer-dvb mailing list