echoprint-codegen: fix dependency order

This commit is contained in:
commitay 2018-09-17 20:08:30 +10:00
parent d9168d09de
commit 6c73c74ab7

View file

@ -15,9 +15,9 @@ class EchoprintCodegen < Formula
sha256 "06f93b8c6bb025d833ff7757048ea0680b240e3cdd6a51f4dd2fb4e6aad3f7dd" => :el_capitan
end
depends_on "boost"
depends_on "ffmpeg"
depends_on "taglib"
depends_on "boost"
# Removes unnecessary -framework vecLib; can be removed in the next release
patch do