Auto merge of #21904 - Manishearth:gst-readme, r=jdm

Remove gst-plugins-ugly dep from README

We don't use it and shouldn't be using it because of the license

r? @jdm

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21904)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2018-10-11 10:18:13 -04:00 committed by GitHub
commit 61fe737885
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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)