mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-12-23 08:36:31 +00:00
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 \
|
$ 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 \
|
gst-editing-services --with-orc --with-libogg --with-opus \
|
||||||
--with-libvorbis --with-libvpx --enable-gtk3
|
--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