diff options
author | Max Kellermann <max@duempel.org> | 2014-08-24 12:52:54 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-08-24 13:24:20 +0200 |
commit | ed8039e223e95141b6e5da433a181e516111a04e (patch) | |
tree | d2e1c9bdc3de7995e96757f8866d5c52a4ebbe89 | |
parent | f05743bf5702532f28aabf7fa1494df099f63f8f (diff) | |
download | mpd-ed8039e223e95141b6e5da433a181e516111a04e.tar.gz mpd-ed8039e223e95141b6e5da433a181e516111a04e.tar.xz mpd-ed8039e223e95141b6e5da433a181e516111a04e.zip |
doc/user: add comments about libao and openal
-rw-r--r-- | doc/user.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/user.xml b/doc/user.xml index 47672238b..2fc61223d 100644 --- a/doc/user.xml +++ b/doc/user.xml @@ -1883,7 +1883,8 @@ systemctl start mpd.socket</programlisting> <para> The <varname>ao</varname> plugin uses the portable - <filename>libao</filename> library. + <filename>libao</filename> library. Use only if there is no + native plugin for your operating system. </para> <informaltable> @@ -2285,8 +2286,9 @@ systemctl start mpd.socket</programlisting> <title><varname>openal</varname></title> <para> - The "OpenAL" plugin uses <filename>libopenal</filename>. - It is supported on many platforms. + The "OpenAL" plugin uses <filename>libopenal</filename>. It + is supported on many platforms. Use only if there is no + native plugin for your operating system. </para> <informaltable> |