diff options
Diffstat (limited to 'Library/Formula/ffmpeg.rb')
| -rw-r--r-- | Library/Formula/ffmpeg.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/ffmpeg.rb b/Library/Formula/ffmpeg.rb index 7c25f7e76..238bfa87a 100644 --- a/Library/Formula/ffmpeg.rb +++ b/Library/Formula/ffmpeg.rb @@ -35,7 +35,7 @@ class Ffmpeg < Formula depends_on "pkg-config" => :build # manpages won't be built without texi2html - depends_on "texi2html" => :build if MacOS.version >= :mountain_lion + depends_on "texi2html" => :build depends_on "yasm" => :build depends_on "x264" => :recommended |
