diff options
| author | Adam Vandenberg | 2012-10-23 16:05:37 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-10-23 16:05:37 -0700 |
| commit | e8cffc6681e3e3d9e1c11d84f0efe067df0054d2 (patch) | |
| tree | bbdf6674ee5bb3e8d013c22242e60e0c659222cb /Library/Formula | |
| parent | 3831d104a727e3ca4d73b06e0851cacda5a7153a (diff) | |
| download | homebrew-e8cffc6681e3e3d9e1c11d84f0efe067df0054d2.tar.bz2 | |
ffmpeg: depends on pkg-config
Closes #15314.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/ffmpeg.rb | 2 |
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 |
