diff options
| author | Adam Vandenberg | 2011-03-26 12:33:49 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2011-03-26 12:33:49 -0700 |
| commit | dc1783a4bcdd5b31ce428ded9d106e1bc707ef57 (patch) | |
| tree | 8db137f9ec37b45393e538cd344fbbea2d99ad5f /Library | |
| parent | b792d98ad82226401b6caa90cf728a01a344fe22 (diff) | |
| download | homebrew-dc1783a4bcdd5b31ce428ded9d106e1bc707ef57.tar.bz2 | |
yasm is a build-time dependency
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/mplayer.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/x264.rb | 2 |
2 files changed, 2 insertions, 2 deletions
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! |
