Skip to content

Commit

Permalink
properly add zvbi to PKG_CONFIG_PATH (homebrew-ffmpeg#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
OothecaPickle authored Jul 5, 2022
1 parent eb131c1 commit 1a223d8
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 @@ -178,7 +178,7 @@ def install
args << "--enable-indev=jack"
end

if build.with? "zvbi"
if build.with? "libzvbi"
ENV.prepend_path "PKG_CONFIG_PATH", Formula["zvbi"].opt_lib/"pkgconfig"
args << "--enable-libzvbi"
end
Expand Down

0 comments on commit 1a223d8

Please sign in to comment.