diff options
author | MaZderMind <git@mazdermind.de> | 2016-01-09 14:23:18 +0100 |
---|---|---|
committer | MaZderMind <git@mazdermind.de> | 2016-01-09 14:24:36 +0100 |
commit | c0fe1f098340d65706a49d64f166fa568bbbedb3 (patch) | |
tree | 03be293e0e7d5cccc2ec1394e82f807e9fc65743 /README.md | |
parent | bb1b314c74f177a783311edfe4bcc93b3f6d666e (diff) |
gstreamer libav plugins are not used -> no dependency
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ Voctomix requires a fairly recent Version of GStreamer (at least 1.5, though we Install the required Dependencies: ```` -apt-get install gstreamer1.0-libav gstreamer1.0-plugins-bad gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-ugly gstreamer1.0-tools libgstreamer1.0-0 python3 python3-gi gir1.2-gstreamer-1.0 +apt-get install gstreamer1.0-plugins-bad gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-ugly gstreamer1.0-tools libgstreamer1.0-0 python3 python3-gi gir1.2-gstreamer-1.0 ```` For the GUI you'll -- additionally to a gnome-desktop -- need to install the following dependencies: |