summary refs log tree commit diff
path: root/.ci
diff options
context:
space:
mode:
authorJoseph Donofry <joedonofry@gmail.com>2020-12-08 22:14:55 -0500
committerJoseph Donofry <joedonofry@gmail.com>2020-12-08 22:14:55 -0500
commitc97b988c575e729eb12d00d96aeaa79079e072b5 (patch)
treeaafc942219584fc28a28160d90edcccdb1219e1b /.ci
parentChange pip to pip3 (diff)
downloadnheko-c97b988c575e729eb12d00d96aeaa79079e072b5.tar.xz
Start addressing gstreamer deps on macos ci build
Diffstat (limited to '.ci')
-rw-r--r--.ci/macos/Brewfile7
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