diff options
author | Max Kellermann <max@duempel.org> | 2009-08-26 20:08:13 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-08-26 20:08:13 +0200 |
commit | bff4c54ece5d6ebf84c1a19a05afbeba57bf65ae (patch) | |
tree | 31faabe85d032cf3e5d21f54fdbb8469e3ab6e46 /INSTALL | |
parent | df0c26a394be7dd4137c9614dd867122019d78f8 (diff) | |
download | mpd-bff4c54ece5d6ebf84c1a19a05afbeba57bf65ae.tar.gz mpd-bff4c54ece5d6ebf84c1a19a05afbeba57bf65ae.tar.xz mpd-bff4c54ece5d6ebf84c1a19a05afbeba57bf65ae.zip |
decoder/mpg123: new decoder plugin based on libmpg123
Still missing:
- seeking
- tags
- streaming
- encodings other than MPG123_ENC_SIGNED_16
Diffstat (limited to '')
-rw-r--r-- | INSTALL | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -69,6 +69,9 @@ MAD - http://www.underbit.com/products/mad/ For MP3 support. You will need libmad, and optionally libid3tag if you want ID3 tag support. +libmpg123 - http://www.mpg123.de/ +Alternative for MP3 support. + Ogg Vorbis - http://www.xiph.org/ogg/vorbis/ For Ogg Vorbis support. You will need libogg and libvorbis. |