forked from mirrors/gstreamer-rs
Fix install instruction for homebrew
This commit is contained in:
parent
c0bab74e68
commit
4506973889
1 changed files with 1 additions and 6 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue