diff options
author | Ben Sturmfels <ben@sturm.com.au> | 2021-03-12 11:46:01 +1100 |
---|---|---|
committer | Ben Sturmfels <ben@sturm.com.au> | 2021-03-12 11:46:01 +1100 |
commit | 9aff1477ff9547436ebcacbd9d3dcd5e84f41f14 (patch) | |
tree | 22d0257523f27b23707f2dbf2c6363e32bd3b657 | |
parent | a4832b5bc2b3645ea837aba219d5b84f2cea3bfe (diff) | |
download | mediagoblin-9aff1477ff9547436ebcacbd9d3dcd5e84f41f14.tar.lz mediagoblin-9aff1477ff9547436ebcacbd9d3dcd5e84f41f14.tar.xz mediagoblin-9aff1477ff9547436ebcacbd9d3dcd5e84f41f14.zip |
Remove note about missing Fedora audio/video docs - these are now available.
-rw-r--r-- | docs/source/siteadmin/media-types.rst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/source/siteadmin/media-types.rst b/docs/source/siteadmin/media-types.rst index ea2afb47..ea92ea7b 100644 --- a/docs/source/siteadmin/media-types.rst +++ b/docs/source/siteadmin/media-types.rst @@ -133,11 +133,6 @@ good/bad/ugly): sudo dnf install gstreamer1-plugins-{base,bad-free,good,ugly-free,openh264} \ python3-gobject python3-gstreamer1 -.. note:: - - We unfortunately do not have working installation instructions for Fedora and - co. Some incomplete information is available on the `Hacking Howto wiki page <http://wiki.mediagoblin.org/HackingHowto#Fedora_.2F_RedHat.28.3F.29_.2F_CentOS>`_ - Add ``[[mediagoblin.media_types.video]]`` under the ``[plugins]`` section in your ``mediagoblin.ini`` and restart MediaGoblin. |