Start addressing gstreamer deps on macos ci build

pull/357/head
Joseph Donofry 4 years ago
parent 0436ca080b
commit c97b988c57
No known key found for this signature in database
GPG Key ID: E8A1D78EF044B0CB
  1. 7
      .ci/macos/Brewfile

@ -1,9 +1,14 @@
tap "nlohmann/json"
brew "pkg-config"
brew "clang-format"
brew "cmake"
brew "ninja"
brew "openssl"
brew "qt5"
brew "python3"
brew "nlohmann_json"
brew "nlohmann_json"
brew "gstreamer"
brew "gst-plugins-base"
brew "gst-plugins-good"
brew "gst-plugins-bad"
Loading…
Cancel
Save