forked from mirrors/gstreamer-rs
Add gst-editing-services to OSX deps list
This commit is contained in:
parent
8924af36e0
commit
e7f32334c5
1 changed files with 3 additions and 2 deletions
|
@ -85,8 +85,9 @@ Homebrew only installs various plugins if explicitly enabled, so some extra
|
|||
```
|
||||
$ brew install gstreamer gst-plugins-base gst-plugins-good \
|
||||
gst-plugins-bad gst-plugins-ugly gst-libav gst-rtsp-server \
|
||||
--with-orc --with-libogg --with-opus --with-pango --with-theora \
|
||||
--with-libvorbis --with-libvpx --enable-gtk3
|
||||
gst-editing-services --with-orc --with-libogg --with-opus \
|
||||
--with-pango --with-theora --with-libvorbis --with-libvpx \
|
||||
--enable-gtk3
|
||||
```
|
||||
|
||||
If you wish to install the gstreamer-player sub-crate, make sure the
|
||||
|
|
Loading…
Reference in a new issue