ffmpeg, ffmbc: use texi2html on 10.8

master
Misty De Meo 2012-08-14 17:29:49 -05:00
parent d5478fd150
commit b931350774
2 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,8 @@ class Ffmbc < Formula
url 'http://ffmbc.googlecode.com/files/FFmbc-0.7-rc7.tar.bz2'
md5 '547bb7b7963224dd66dffa8b25e623b3'
# manpages won't be built without texi2html
depends_on 'texi2html' => :build if MacOS.mountain_lion?
depends_on 'yasm' => :build
depends_on :x11
depends_on 'x264' => :optional

View File

@ -7,6 +7,8 @@ class Ffmpeg < Formula
head 'git://git.videolan.org/ffmpeg.git'
# manpages won't be built without texi2html
depends_on 'texi2html' => :build if MacOS.mountain_lion?
depends_on 'yasm' => :build
depends_on :x11
depends_on 'x264' => :optional