From dc1783a4bcdd5b31ce428ded9d106e1bc707ef57 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sat, 26 Mar 2011 12:33:49 -0700 Subject: yasm is a build-time dependency --- Library/Formula/mplayer.rb | 2 +- Library/Formula/x264.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/mplayer.rb b/Library/Formula/mplayer.rb index 412f9e8b2..809c8c37d 100644 --- a/Library/Formula/mplayer.rb +++ b/Library/Formula/mplayer.rb @@ -6,7 +6,7 @@ class Mplayer < Formula head 'svn://svn.mplayerhq.hu/mplayer/trunk', :using => StrictSubversionDownloadStrategy depends_on 'pkg-config' => :build - depends_on 'yasm' => :optional + depends_on 'yasm' => :build def patches # configure prompts the user to pull ffmpeg from git. diff --git a/Library/Formula/x264.rb b/Library/Formula/x264.rb index e0d61aaa9..fec8f534a 100644 --- a/Library/Formula/x264.rb +++ b/Library/Formula/x264.rb @@ -8,7 +8,7 @@ class X264 < Formula head 'git://git.videolan.org/x264.git' - depends_on 'yasm' + depends_on 'yasm' => :build def install # Having this set can fail the endian test! -- cgit v1.2.3