forked from mirrors/gstreamer-rs
Update homebrew instructions to install optional plugins
This commit is contained in:
parent
15116d0f98
commit
b6a80b59fa
1 changed files with 6 additions and 1 deletions
|
@ -77,9 +77,14 @@ provided by the GStreamer project.
|
|||
|
||||
#### 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 \
|
||||
gst-plugins-bad gst-plugins-ugly gst-libav gst-rtsp-server
|
||||
gst-plugins-bad gst-plugins-ugly gst-libav gst-rtsp-server \
|
||||
--with-orc -with-libogg --with-opus --with-pango --with-theora \
|
||||
--with-libvorbis
|
||||
```
|
||||
|
||||
If you wish to install the gstreamer-player sub-crate, make sure the
|
||||
|
|
Loading…
Reference in a new issue