mirror of
https://github.com/servo/servo.git
synced 2025-08-09 07:25:35 +01:00
Auto merge of #23388 - servo:jdm-patch-41, r=Manishearth
Install webrtc-required components for gstreamer We will need to reinstall gst-plugins-bad on the existing mac builders, but this should help any future mac builders that are created. <!-- 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/23388) <!-- Reviewable:end -->
This commit is contained in:
commit
576394b288
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
brew "gstreamer"
|
||||
brew "gst-plugins-base"
|
||||
brew "gst-libav"
|
||||
brew "gst-plugins-bad"
|
||||
brew "gst-plugins-bad", args: ["with-libnice", "with-srtp"]
|
||||
brew "gst-plugins-good"
|
||||
brew "gst-rtsp-server"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue