Remove gst-plugins-ugly dep from README

We don't use it and shouldn't be using it because of the license
This commit is contained in:
Manish Goregaokar 2018-10-10 12:14:29 -07:00
parent 78327fcba5
commit 75d94c2a06

View file

@ -55,7 +55,7 @@ Please select your operating system:
``` sh
brew install automake autoconf@2.13 pkg-config python cmake yasm llvm
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
brew install gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad gst-libav gst-rtsp-server --with-orc --with-libogg --with-opus --with-pango --with-theora --with-libvorbis
pip install virtualenv
```
#### On macOS (MacPorts)