Auto merge of #21422 - servo:jdm-patch-13, r=jdm

Add macOS gstreamer setup

This was obtained from the gstreamer website rather than looking for a minimal set of install targets.

<!-- 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/21422)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2018-08-17 00:36:30 -04:00 committed by GitHub
commit abb83a3dbd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,6 +55,7 @@ Please select your operating system:
``` sh ``` sh
brew install automake pkg-config python cmake yasm brew install automake pkg-config python cmake yasm
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
pip install virtualenv pip install virtualenv
``` ```
#### On macOS (MacPorts) #### On macOS (MacPorts)