I've compiled VLC 1.0.1 from source on a new Slackware 13.0 x64 system.
VLC was configured with with these options:
./configure --enable-cddax --disable-a52
The resulting config.log file shows some missing libraries, but they are all
video (not audio) related.
Here's the WARNINGs from config.log
configure:35029: WARNING: lua5.1 not found, trying lua >= 5.1 instead
configure:35449: WARNING: lua >= 5.1 not found!
configure:37828: WARNING: The development files for liveMedia (live555) can't be found
configure:40490: WARNING: cannot find libdvbpsi headers
configure:41248: WARNING: LibV4L2 support disabled because libv4l2 development headers were not found
configure:41636: WARNING: VCD information library not found
configure:42482: WARNING: the dvb access module requires libdvbpsi
configure:44721: WARNING: only static linking is available, you must provide a gme-tree
configure:51083: WARNING: ZVBI library not found. Enabling the telx module instead
configure:58538: WARNING: Not building Roku HD1000 compatible video output
configure:58538: WARNING: Not building Roku HD1000 compatible video output
configure:60977: WARNING: pulseaudio library not found
configure:65472: WARNING: avahi-client library not found
grep-ing cdda out of config.log show:
LTLIBcdda='libcdda_plugin.la'
LTLIBcddax='libcddax_plugin.la'
make and make install were fine. If I put an audio CD in my /dev/cdrom and (while
running X) on a command line run:
vlc cdda:///dev/cdrom
the VLC window pops up and the audio starts to play almost immediately.
However, I don't get any CDDB (Album/Song Title) information displayed.
The bottom left corner shows just:
Audio CD - Track 02 (number changes depending on the Track, it's not always 02)
I've looked at all the configure options and user preferences and nothing looked
like it was related.
How can I get the album and song titles to display for me?
Walt