aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2010-08-07 07:11:13 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2010-08-07 07:11:13 +0000
commitce3c4f65024e5c8a204c83006057e99b230111bf (patch)
tree71567d526bb3a59cbac79e70cfa702e9bdd04495 /README
parentba70d2339c8ca55f5f7d6cac15de45292f3e64c8 (diff)
downloadqmmp-ce3c4f65024e5c8a204c83006057e99b230111bf.tar.gz
qmmp-ce3c4f65024e5c8a204c83006057e99b230111bf.tar.bz2
qmmp-ce3c4f65024e5c8a204c83006057e99b230111bf.zip
updated documentation
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1820 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 3 insertions, 1 deletions
diff --git a/README b/README
index 352ac6dee..f809cc1ce 100644
--- a/README
+++ b/README
@@ -14,6 +14,7 @@ Supported formats:
- CD Audio
- WMA, Monkey's Audio (and other formats provided by FFmpeg library)
- PCM WAVE (and other formats provided by libsndfile library)
+- Midi
DSP effects:
- BS2B effect
@@ -73,6 +74,7 @@ Requirements:
- libcdio >= 0.80 (Optional)
- libcddb >= 1.3.1 (Optional)
- faad2 >= 2.6.1 (Optional)
+- libWildMidi >= 0.2.3.4 (Optional)
- libbs2b >= 3.0.0 (Optional)
- libprojectM >= 1.2.0 (Optional)
- libenca >= 1.9 (Optional)
@@ -98,7 +100,7 @@ cmake ./ -DUSE_JACK:BOOL=FALSE
Available options:
- USE_CURL, USE_MMS (transports);
- USE_MAD, USE_FLAC, USE_VORBIS, USE_MPC, USE_MODPLUG, USE_SNDFILE, USE_WAVPACK, USE_FFMPEG, USE_AAC, USE_CUE,
- USE_MPLAYER, USE_CDA (decoders);
+ USE_MPLAYER, USE_CDA, USE_MIDI (decoders);
- USE_ALSA, USE_OSS, USE_JACK, USE_PULSE, USE_NULL, USE_WAVEOUT (output plugins);
- USE_SRC, USE_BS2B, USE_LADSPA (effects);
- USE_ANALYZER, USE_PROJECTM (visualization);