[MPlayer-users] no cdda cddb

John Brown johnbrown105 at hotmail.com
Sat Nov 11 00:41:03 CET 2006


Raena Lea-Shannon wrote:
<snip>
> > >Configure was this:
> > >./configure --enable-largefiles --enable-menu
> > >--with-codecsdir=/home/raena/DownloadApps/essential-20061022
> > >
> > > > When
> > > > configure prints the list of enabled or disabled drivers and codecs,
> > >
> > >does
> > >
> > > > it say that cdda is enabled? If it does, then it must be a runtime
> > >
> > >problem.
> > >
> > >It says:
> > >Checking for cdparanoia ... yes
> > >Checking for libcdio ... auto (using cdparanoia)
> >
> > At the end, configure prints a list of the enabled or disabled drivers 
>and
> > codecs.
<snip>
> > Is cdda in the enabled or disabled list?
> >
>
>Yes
>
>  Input: ftp network tv-v4l2 tv-v4l tv cdda mpdvdkit2 vcd dvb
>
>Then in make I get this error:
>
>Xxf86dga -lXv  -lXxf86vm -lXinerama  -lXext -lX11  -lpthread
>vidix/libvidix.a -L/usr/lib -ldl -lartsc -lpthread -lgmodule-2.0 -ldl 
>-lgthread-2.0 -lglib-2.0 -L/usr/lib -lesd -laudiofile -lm   -laudio -lXt  
>-lXext -lX11  -lpthread
>stream/stream.a(stream_cdda.o): In function `open_cdda':stream_cdda.c:
>(.text+0x84): undefined reference to `cdio_cddap_identify'
>:stream_cdda.c:(.text+0x9c): undefined reference to 
>`cdio_cddap_verbose_set'
>:stream_cdda.c:(.text+0xb0): undefined reference to `cdio_cddap_open'
>:stream_cdda.c:(.text+0xcc): undefined reference to `cdio_cddap_tracks'
>:stream_cdda.c:(.text+0x1a6): undefined reference to `cdio_cddap_tracks'
>:stream_cdda.c:(.text+0x1dd): undefined reference to
>`cdio_cddap_track_firstsector'
>:stream_cdda.c:(.text+0x1f7): undefined reference to
>`cdio_cddap_track_lastsector'
>:stream_cdda.c:(.text+0x202): undefined reference to `cdio_paranoia_init'
>:stream_cdda.c:(.text+0x24c): undefined reference to 
>`cdio_paranoia_modeset'
>:stream_cdda.c:(.text+0x260): undefined reference to
>`cdio_paranoia_overlapset'
>:stream_cdda.c:(.text+0x26f): undefined reference to `cdio_paranoia_seek'
>:stream_cdda.c:(.text+0x331): undefined reference to `cdio_cddap_close'
>:stream_cdda.c:(.text+0x369): undefined reference to `cdio_cddap_open'
>:stream_cdda.c:(.text+0x381): undefined reference to
>`cdio_cddap_disc_firstsector'
>:stream_cdda.c:(.text+0x398): undefined reference to
>`cdio_cddap_disc_lastsector'
>:stream_cdda.c:(.text+0x479): undefined reference to
>`cdio_cddap_track_firstsector'
>:stream_cdda.c:(.text+0x49e): undefined reference to
>`cdio_cddap_track_firstsector'
>:stream_cdda.c:(.text+0x4ab): undefined reference to
>`cdio_cddap_track_lastsector'
>:stream_cdda.c:(.text+0x5c4): undefined reference to `cdio_cddap_speed_set'
>:stream_cdda.c:(.text+0x627): undefined reference to `cdio_cddap_close'
>stream/stream.a(stream_cdda.o): In function `fill_buffer':stream_cdda.c:
>(.text+0x688): undefined reference to `cdio_paranoia_read'
>stream/stream.a(stream_cdda.o): In function `seek':stream_cdda.c:
>(.text+0x854): undefined reference to `cdio_paranoia_seek'
>stream/stream.a(stream_cdda.o): In function `close_cdda':stream_cdda.c:
>(.text+0x87a): undefined reference to `cdio_paranoia_free'
>:stream_cdda.c:(.text+0x882): undefined reference to `cdio_cddap_close'
>collect2: ld returned 1 exit status
>make: *** [mplayer] Error 1

I don't know what "Xxf86dga" is, so I am going to assume that you posted the 
entire command that generated the error. As you can see, it does not include 
-lcdio_cdda, -lcdio  -lcdio_paranoia.

Try this

1) In MPlayer source, configure --disable-cdparanoia --enable-largefiles 
--enable-menu
> > >--with-codecsdir=/home/raena/DownloadApps/essential-20061022

2) Edit config.mak. Look for 'EXTRA_LIB = ' and add
-L<directory-containing-libcdio- libs> -lcdio_cdda -lcdio -lcdio_paranoia to 
the end of the list of libraries.

3) Run make.

_________________________________________________________________
Try the next generation of search with Windows Live Search today!  
http://imagine-windowslive.com/minisites/searchlaunch/?locale=en-us&source=hmtagline




More information about the MPlayer-users mailing list