ffmpeg: depends on pkg-config

Closes Homebrew/homebrew#15314.
master
Adam Vandenberg 2012-10-23 16:05:37 -07:00
parent a14f063bbf
commit 723f7836e1
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@ class Ffmpeg < Formula
option 'with-ffplay', 'Enable FFPlay media player'
option 'with-tools', 'Enable additional FFmpeg tools'
depends_on 'pkg-config' => :build
# manpages won't be built without texi2html
depends_on 'texi2html' => :build if MacOS.version >= :mountain_lion
depends_on 'yasm' => :build