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:
alexagv 2018-10-16 17:02:58 +02:00 committed by Sebastian Dröge
parent e4ecc88825
commit e56b9e485b

View file

@ -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