rav1e: fix missing librav1e

Signed-off-by: David Michael Barr <b@rr-dav.id.au>

Closes #47100.

Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
David Michael Barr 2019-11-23 23:33:32 +09:00 committed by FX Coudert
parent 8f57855500
commit 82e28846a5

View file

@ -11,6 +11,7 @@ class Rav1e < Formula
sha256 "d7677873a6ddb3c9818aadc04324727bd7d402ec930609dbbffff47cb931337a" => :high_sierra sha256 "d7677873a6ddb3c9818aadc04324727bd7d402ec930609dbbffff47cb931337a" => :high_sierra
end end
depends_on "cargo-c" => :build
depends_on "nasm" => :build depends_on "nasm" => :build
depends_on "rust" => :build depends_on "rust" => :build
@ -23,6 +24,7 @@ class Rav1e < Formula
system "cargo", "install", "--locked", system "cargo", "install", "--locked",
"--root", prefix, "--root", prefix,
"--path", "." "--path", "."
system "cargo", "cinstall", "--prefix", prefix
end end
test do test do