[Mplayer-dvb] How compile MPlayer with the last DVB driver ???

bill root pasdebill at hotmail.com
Mon Mar 31 02:10:43 CEST 2003


Put your DVB driver sources in /usr/src/DVB and just compile mplayer
with:

./configure
make
make install

If you DVB driver is some else just use the configure option:
--with-extraincdir=/path/to/DVB/include


Hi,

I had already tested all ... 
./configure : 
...
Checking for DVB ... no (specify path to DVB/ost/include with
--with-extraincdir=DIR)
Checking for DVB HEAD ... yes
...
(same error if i try with ./configure
--with-extraincdir=/usr/src/DVB/include/)



Make : 
....
gcc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math
-fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I. -I.. -I/usr/include/kde/artsc
-I/usr/include/SDL -D_REENTRANT -I/usr/X11R6/include    -o ao_mpegpes.o
ao_mpegpes.c
ao_mpegpes.c:28: parse error before "dvb_mixer"
ao_mpegpes.c:28: warning: excess elements in scalar initializer
ao_mpegpes.c:28: warning: (near initialization for `dvb_mixer')
ao_mpegpes.c:28: warning: data definition has no type or storage class
ao_mpegpes.c: In function `control':
ao_mpegpes.c:57: request for member `volume_left' in something not a
structure or union
ao_mpegpes.c:58: request for member `volume_right' in something not a
structure or union
ao_mpegpes.c:64: request for member `volume_left' in something not a
structure or union
ao_mpegpes.c:65: request for member `volume_right' in something not a
structure or union
ao_mpegpes.c:66: request for member `volume_left' in something not a
structure or union
ao_mpegpes.c:66: request for member `volume_left' in something not a
structure or union
ao_mpegpes.c:67: request for member `volume_right' in something not a
structure or union
ao_mpegpes.c:67: request for member `volume_right' in something not a
structure or union
make[1]: *** [ao_mpegpes.o] Error 1
make[1]: Leaving directory `/usr/local/src/MPlayer-0.90rc5/libao2'
make: *** [libao2/libao2.a] Error 2


Cheers too :)



More information about the MPlayer-dvb mailing list