diff options
author | Jim Campbell <jcampbell@gnome.org> | 2015-05-11 12:48:24 -0500 |
---|---|---|
committer | Jim Campbell <jcampbell@gnome.org> | 2015-05-11 19:00:40 -0500 |
commit | 94a5d6a81dd00bdd2303a1882af74df6cee55a5a (patch) | |
tree | 7025b6f3964c4c2456e959a4205c620d9ef2dab9 /docs | |
parent | 8af91ceae786b65d22dae7eabcccce10e85bc8bc (diff) | |
download | mediagoblin-94a5d6a81dd00bdd2303a1882af74df6cee55a5a.tar.lz mediagoblin-94a5d6a81dd00bdd2303a1882af74df6cee55a5a.tar.xz mediagoblin-94a5d6a81dd00bdd2303a1882af74df6cee55a5a.zip |
docs: Typo fix. Fixed repated reference to gstreamer1.0-libav
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source/siteadmin/media-types.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/source/siteadmin/media-types.rst b/docs/source/siteadmin/media-types.rst index a923505a..70857c2d 100644 --- a/docs/source/siteadmin/media-types.rst +++ b/docs/source/siteadmin/media-types.rst @@ -119,8 +119,7 @@ also needed for the audio spectrograms. To install these on Debianoid systems, run:: sudo apt-get install python-gst-1.0 gstreamer1.0-plugins-{base,bad,good,ugly} \ - gstreamer1.0-libav python-numpy python-scipy gstreamer1.0-libav \ - libsndfile1-dev libasound2-dev + gstreamer1.0-libav python-numpy python-scipy libsndfile1-dev libasound2-dev .. note:: scikits.audiolab will display a warning every time it's imported if you do |