Auto merge of #12734 - servo:jdm-patch-1, r=ConnorGBrewster

Update mac prerequisites for libavformat requirements

These were missed in #12186.

<!-- 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/12734)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-08-04 13:32:37 -05:00 committed by GitHub
commit 9fbd1e6da2

View file

@ -17,14 +17,14 @@ Visit the [Servo Project page](https://servo.org/) for news and guides.
On OS X (homebrew):
``` sh
brew install automake pkg-config python cmake
brew install automake pkg-config python cmake ffmpeg
pip install virtualenv
```
On OS X (MacPorts):
``` sh
sudo port install python27 py27-virtualenv cmake
sudo port install python27 py27-virtualenv cmake ffmpeg
```
On OS X 10.11 (El Capitan), you also have to install openssl: