Commit Diff


commit - d1705aabaf2f68036142492a64d2c1ad3ec75b95
commit + 2f1f196eeb0a20952b4d4a5914c9d54f50e32d97
blob - b513e507e08a94fee346f9a459fb3893c2d070b2
blob + 845c7adf8e72cf7b402f0983ef1d0932616b50dc
--- README.md
+++ README.md
@@ -19,7 +19,7 @@ The dependencies are:
  - libmpg123
  - libvorbis
  - opusfile
- - libsndio or libasound (ALSA)
+ - libsndio or libasound (ALSA) or libao
  - libmd (optional; needed on linux and only for amused-web)
 
 Then, to build:
@@ -53,7 +53,7 @@ instructed to use libbsd exclusively as follows:
 To force the use of one specific audio backend and not simply the first
 one found, pass `--backend` as:
 
-	$ ./configure --backend=alsa # or sndio
+	$ ./configure --backend=alsa # or sndio, or ao
 
 
 ## Usage