aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
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);