diff options
author | Joseph Donofry <joedonofry@gmail.com> | 2020-12-08 22:14:55 -0500 |
---|---|---|
committer | Joseph Donofry <joedonofry@gmail.com> | 2020-12-08 22:14:55 -0500 |
commit | c97b988c575e729eb12d00d96aeaa79079e072b5 (patch) | |
tree | aafc942219584fc28a28160d90edcccdb1219e1b /.ci | |
parent | Change pip to pip3 (diff) | |
download | nheko-c97b988c575e729eb12d00d96aeaa79079e072b5.tar.xz |
Start addressing gstreamer deps on macos ci build
Diffstat (limited to '.ci')
-rw-r--r-- | .ci/macos/Brewfile | 7 |
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 |