mvtools 20

depend on nasm at build time instead of yasm

Closes #29910.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
ilovezfs 2018-07-09 22:03:18 -07:00
parent 9fc066a522
commit 207b08e366

View file

@ -1,9 +1,8 @@
class Mvtools < Formula
desc "Filters for motion estimation and compensation"
homepage "https://github.com/dubhater/vapoursynth-mvtools"
url "https://github.com/dubhater/vapoursynth-mvtools/archive/v19.tar.gz"
sha256 "41848bf526f1807e6894513534d5243bbce5b796d798a3cf47f617229d7b6e9e"
revision 1
url "https://github.com/dubhater/vapoursynth-mvtools/archive/v20.tar.gz"
sha256 "9a1bc87b9bad6642dd7d69b1b6e200c1d962ef55fc2787581e5d2cb437aa0b23"
head "https://github.com/dubhater/vapoursynth-mvtools.git"
bottle do
@ -14,7 +13,7 @@ class Mvtools < Formula
end
depends_on "pkg-config" => :build
depends_on "yasm" => :build
depends_on "nasm" => :build
depends_on "vapoursynth"
depends_on "fftw"
depends_on "autoconf" => :build