1 files changed, 6 insertions, 1 deletions
diff --git a/.ci/macos/Brewfile b/.ci/macos/Brewfile
index c32360ee..4ef9967c 100644
--- a/.ci/macos/Brewfile
+++ b/.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"
\ No newline at end of file
+brew "nlohmann_json"
+brew "gstreamer"
+brew "gst-plugins-base"
+brew "gst-plugins-good"
+brew "gst-plugins-bad"
\ No newline at end of file
|