Fix install instruction for homebrew

This commit is contained in:
kyasbal 2020-02-07 06:22:45 +00:00
parent c0bab74e68
commit 4506973889

View file

@ -71,15 +71,10 @@ provided by the GStreamer project.
#### Homebrew #### Homebrew
Homebrew only installs various plugins if explicitly enabled, so some extra
`--with-*` flags may be required.
``` ```
$ brew install gstreamer gst-plugins-base gst-plugins-good \ $ brew install gstreamer gst-plugins-base gst-plugins-good \
gst-plugins-bad gst-plugins-ugly gst-libav gst-rtsp-server \ gst-plugins-bad gst-plugins-ugly gst-libav gst-rtsp-server \
gst-editing-services --with-orc --with-libogg --with-opus \ gst-editing-services
--with-pango --with-theora --with-libvorbis --with-libvpx \
--enable-gtk3
``` ```
If you wish to install the gstreamer-player sub-crate, make sure the If you wish to install the gstreamer-player sub-crate, make sure the