diff options
| author | Sorin Ionescu | 2015-03-08 23:39:32 -0400 |
|---|---|---|
| committer | Jack Nagel | 2015-03-09 21:21:49 -0400 |
| commit | 0d8178b295d0bc8319a2ad1cc92cdbb671f0a083 (patch) | |
| tree | debda686a3ec4dd8f906f67c27cab6942d48182f | |
| parent | 75cd62a986977b7924b187eb79fea96eba311989 (diff) | |
| download | homebrew-0d8178b295d0bc8319a2ad1cc92cdbb671f0a083.tar.bz2 | |
ffmpeg: use texi2html on all OS X versions
Closes #37522.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -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 |
