mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-25 19:11:06 +00:00
Add libvpx to brew install
brew install gst-plugins-good does not include libvpx by default causing the rtpfecserver example to fail as it uses vp8enc
This commit is contained in:
parent
e4ecc88825
commit
e56b9e485b
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ 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-libvorbis --with-libvpx
|
||||
```
|
||||
|
||||
If you wish to install the gstreamer-player sub-crate, make sure the
|
||||
|
|
Loading…
Reference in a new issue