Switch to unified view

a/doc/sc2mpd.txt b/doc/sc2mpd.txt
...
...
180
180
181
.Upmpdcli _Receiver_ in `alsa` and `mpd` modes
181
.Upmpdcli _Receiver_ in `alsa` and `mpd` modes
182
[options="header"]
182
[options="header"]
183
|=============
183
|=============
184
|`alsa`|`mpd`
184
|`alsa`|`mpd`
185
|image:upmpdcli-receiver-alsa.png[Upmpdcli Receiver, alsa mode]|image:upmpdcli-receiver-mpd.png[Upmpdcli Receiver, mpd mode]
185
|image:pics/upmpdcli-receiver-alsa.png[Upmpdcli Receiver, alsa mode]|image:pics/upmpdcli-receiver-mpd.png[Upmpdcli Receiver, mpd mode]
186
|=============
186
|=============
187
187
188
What approach is used is decided by a parameter in the upmpdcli
188
What approach is used is decided by a parameter in the upmpdcli
189
configuration file: `scplaymethod` (see <<Configuration>> further)
189
configuration file: `scplaymethod` (see <<Configuration>> further)
190
 
190
 
...
...
385
- The link:http://www.gnu.org/software/libmicrohttpd/[microhttpd]
385
- The link:http://www.gnu.org/software/libmicrohttpd/[microhttpd]
386
  library. Install the development and runtime packages which are currently
386
  library. Install the development and runtime packages which are currently
387
  named _libmicrohttpd-dev_ and _libmicrohttpd10_ on Debian-derived systems
387
  named _libmicrohttpd-dev_ and _libmicrohttpd10_ on Debian-derived systems
388
  (use _libmicrohttpd_ and _libmicrohttpd-devel_ for Fedora).
388
  (use _libmicrohttpd_ and _libmicrohttpd-devel_ for Fedora).
389
- The link:http://www.mega-nerd.com/SRC/[libsamplerate]
389
- The link:http://www.mega-nerd.com/SRC/[libsamplerate]
390
  library. _libsamplerate0_ on debian-derived systems.
390
  library (_libsamplerate0_ on Debian, _libsamplerate-devel_ for Fedora).
391
- The *libasound* Alsa interface library (_libasound2_).
391
- The *libasound* Alsa interface library (_libasound2-dev_ on Debian,
392
  _alsa-lib-devel_ for Fedora).
392
393
393
Once OpenHome is built and the auxiliary library development packages are
394
Once OpenHome is built and the auxiliary library development packages are
394
installed, build *sc2mpd*, using the following commands inside the
395
installed, build *sc2mpd*, using the following commands inside the
395
_sc2mpd_ directory:
396
_sc2mpd_ directory:
396
397