mkvtomp4: fix dependency order

This commit is contained in:
commitay 2018-09-18 08:11:02 +10:00
parent d2add6aaff
commit daa1ea9f34

View file

@ -16,9 +16,9 @@ class Mkvtomp4 < Formula
end
depends_on "gpac"
depends_on "ffmpeg" => :recommended
depends_on "mkvtoolnix"
depends_on "python@2"
depends_on "ffmpeg" => :recommended
def install
ENV["PYTHONPATH"] = lib+"python2.7/site-packages"