We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a1461c commit 39c8c75Copy full SHA for 39c8c75
Formula/s/srt.rb
@@ -20,6 +20,13 @@ class Srt < Formula
20
depends_on "pkgconf" => :build
21
depends_on "openssl@3"
22
23
+ # Fix to cmake 4 compatibility
24
+ # PR ref: https://github.com/Haivision/srt/pull/3167
25
+ patch do
26
+ url "https://github.com/Haivision/srt/commit/7962936829e016295e5c570539eb2520b326da4c.patch?full_index=1"
27
+ sha256 "e4489630886bf8b26f63a23c8b1aec549f7280f07713ded07fce281e542725f7"
28
+ end
29
+
30
def install
31
openssl = Formula["openssl@3"]
32
0 commit comments