diff options
Diffstat (limited to 'Library/Formula')
| -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! |
