From c97b988c575e729eb12d00d96aeaa79079e072b5 Mon Sep 17 00:00:00 2001 From: Joseph Donofry Date: Tue, 8 Dec 2020 22:14:55 -0500 Subject: [PATCH] Start addressing gstreamer deps on macos ci build --- .ci/macos/Brewfile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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