Skip to content

Commit

Permalink
add --enable-version3 option for libvmaf
Browse files Browse the repository at this point in the history
  • Loading branch information
slhck committed Feb 23, 2019
1 parent f30be2c commit c1fb100
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Formula/ffmpeg.rb
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,12 @@ def install
args << "--enable-libzmq" if build.with? "zeromq"
args << "--enable-openssl" if build.with? "openssl"

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

if build.with? "opencore-amr"
args << "--enable-libopencore-amrnb"
args << "--enable-libopencore-amrwb"
end
Expand Down

0 comments on commit c1fb100

Please sign in to comment.