rtmpdump: fix audit

rtmpdump:
  * `depends_on` (line 21) should be put before `conflicts_with` (line 19)
master
Miguel Araújo 2017-02-12 08:40:43 -03:00 committed by Mike McQuaid
parent 5475dad85e
commit 17b1283e40
1 changed files with 2 additions and 2 deletions

View File

@ -16,10 +16,10 @@ class Rtmpdump < Formula
sha256 "f4c8dbdf3f8a04626a7975abf96eccd5e494a3f6a795b2035c6d418bfbe8079d" => :mavericks
end
conflicts_with "flvstreamer", :because => "both install 'rtmpsrv', 'rtmpsuck' and 'streams' binary"
depends_on "openssl"
conflicts_with "flvstreamer", :because => "both install 'rtmpsrv', 'rtmpsuck' and 'streams' binary"
def install
ENV.deparallelize
system "make", "CC=#{ENV.cc}",