diff options
author | Joar Wandborg <git@wandborg.com> | 2012-09-29 20:39:17 +0200 |
---|---|---|
committer | Joar Wandborg <git@wandborg.com> | 2012-09-29 20:39:17 +0200 |
commit | 8518e95eb64ff2864d7880f8bfff9df1828fb848 (patch) | |
tree | cd2d8bdfe612d00a732a7c54a40322a81d089a58 /docs/source | |
parent | 34a853133f6b5aa4a368053489c7c7f2838eec2b (diff) | |
download | mediagoblin-8518e95eb64ff2864d7880f8bfff9df1828fb848.tar.lz mediagoblin-8518e95eb64ff2864d7880f8bfff9df1828fb848.tar.xz mediagoblin-8518e95eb64ff2864d7880f8bfff9df1828fb848.zip |
Grammar re: libasound2-dev
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/siteadmin/media-types.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/source/siteadmin/media-types.rst b/docs/source/siteadmin/media-types.rst index 40e54c56..5653217f 100644 --- a/docs/source/siteadmin/media-types.rst +++ b/docs/source/siteadmin/media-types.rst @@ -97,11 +97,11 @@ On Debianoid systems, run:: sudo apt-get install libsndfile1-dev .. note:: - scikits.audiolab will display a warning every time it's imported if you don + scikits.audiolab will display a warning every time it's imported if you do not compile it with alsa support. Alsa support is not necessary for the GNU - MediaGoblin application, but if you do not wish to have the alsa warnings - from audiolab pop up everywhere you should also install ``libasound2-dev`` - before you install scikits.audiolab. + MediaGoblin application but if you do not wish the alsa warnings from + audiolab you should also install ``libasound2-dev`` before installing + scikits.audiolab. Then install ``scikits.audiolab`` for the spectrograms:: |