rtmpdump: fix audit
rtmpdump: * `depends_on` (line 21) should be put before `conflicts_with` (line 19)master
parent
5475dad85e
commit
17b1283e40
|
@ -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}",
|
||||
|
|
Loading…
Reference in New Issue