File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,16 @@ class Vvenc < Formula
6
6
license "BSD-3-Clause-Clear"
7
7
head "https://github.com/fraunhoferhhi/vvenc.git" , branch : "master"
8
8
9
+ bottle do
10
+ sha256 cellar : :any , arm64_ventura : "ecfe2b5d545259933c801b393c2bd3e7a54414a71a8cdb53a0ba50f47a5b760e"
11
+ sha256 cellar : :any , arm64_monterey : "8e6228f077cf83571ad12a696ba30d65178d501b7b62ec773c20472655126b24"
12
+ sha256 cellar : :any , arm64_big_sur : "db2b61f9eb87e5fef99cd20dba0f30a5f2edda2d8e39a208a3bf28f4c8d97d26"
13
+ sha256 cellar : :any , ventura : "eab513161cc50d914f87a9636690638a98602d3e46b06d1a5e13d75fc5d69522"
14
+ sha256 cellar : :any , monterey : "33357da3c451e6adeb7e1a841f3b28f894202e6a9a24eb686656f9aad8160430"
15
+ sha256 cellar : :any , big_sur : "3b37cbb5281175e0f2abdf71548adccb6e1935f789be069f89e165852002ea33"
16
+ sha256 cellar : :any_skip_relocation , x86_64_linux : "e1cbbed66a84f67a944f46dfa1b56d32e6c20b45c4daca6286d1faadea6325b4"
17
+ end
18
+
9
19
depends_on "cmake" => :build
10
20
11
21
resource ( "test_video" ) do
You can’t perform that action at this time.
0 commit comments