Skip to content

Commit

Permalink
fix audit warning
Browse files Browse the repository at this point in the history
  • Loading branch information
slhck committed Mar 18, 2019
1 parent 1177906 commit e060a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/ffmpeg.rb
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def install
args << "--enable-openssl" if build.with? "openssl"

# packages that need additional license options
if build.with? "opencore-amr" or build.with? "libvmaf"
if build.with?("opencore-amr") || build.with?("libvmaf")
args << "--enable-version3"
end

Expand Down

0 comments on commit e060a39

Please sign in to comment.