From 0d8178b295d0bc8319a2ad1cc92cdbb671f0a083 Mon Sep 17 00:00:00 2001 From: Sorin Ionescu Date: Sun, 8 Mar 2015 23:39:32 -0400 Subject: ffmpeg: use texi2html on all OS X versions Closes #37522. Signed-off-by: Jack Nagel --- Library/Formula/ffmpeg.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3