aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2012-10-23 16:05:37 -0700
committerAdam Vandenberg2012-10-23 16:05:37 -0700
commite8cffc6681e3e3d9e1c11d84f0efe067df0054d2 (patch)
treebbdf6674ee5bb3e8d013c22242e60e0c659222cb /Library/Formula
parent3831d104a727e3ca4d73b06e0851cacda5a7153a (diff)
downloadhomebrew-e8cffc6681e3e3d9e1c11d84f0efe067df0054d2.tar.bz2
ffmpeg: depends on pkg-config
Closes #15314.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/ffmpeg.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/ffmpeg.rb b/Library/Formula/ffmpeg.rb
index 75c5269f2..e690e8538 100644
--- a/Library/Formula/ffmpeg.rb
+++ b/Library/Formula/ffmpeg.rb
@@ -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