This is MQ3, a simple mp3 player using Qt.  It uses the decoding engine from
FreeAMP (http://www.freeamp.org/).

To build this package, you must have Qt 2.2.0 (compiled with thread support)
or higher, libfftw from http://www.fftw.org/, and libogg/libvorbis installed.

OggVorbis support is optional, and is only included if detected.  You can use
the included vorbis.cvs shell script to checkout the latest ogg/vorbis from
anonymous cvs.

If you have NASM installed, it will be used to compile the MP3 decoder.

To build, run the configure script, and then make.  To install MQ3, type
"make install".  By default, MQ3 installs into /usr/local, but you can change
this behaviour with the -prefix argument to the configure script.  See
./configure -help for a full list of options.

NOTE: You *MUST* have the QTDIR environment variable set as per the Qt build
instructions (or you may choose to hack the Makefiles to suit your
installation).

