diff options
| author | Javier Miranda | 2013-11-25 10:02:32 -0600 |
|---|---|---|
| committer | Adam Vandenberg | 2013-11-25 20:48:04 -0800 |
| commit | 512373eea0fd467acd391ee45b5fa611ed1efbdc (patch) | |
| tree | 679b8066f42745d9ab9b666856b8d35159378b74 /Library | |
| parent | 11ce2b7fefcfca68a2ee41b557272cb7ec0cd92d (diff) | |
| download | homebrew-512373eea0fd467acd391ee45b5fa611ed1efbdc.tar.bz2 | |
cmus: optional ffmpeg dependency
Fixes error described in cmus/cmus#58
Closes #24652.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/cmus.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/cmus.rb b/Library/Formula/cmus.rb index 91fe8908f..49c119a32 100644 --- a/Library/Formula/cmus.rb +++ b/Library/Formula/cmus.rb @@ -16,6 +16,7 @@ class Cmus < Formula depends_on 'flac' depends_on 'mp4v2' depends_on 'libcue' + depends_on 'ffmpeg' => :optional def install system "./configure", "prefix=#{prefix}", "mandir=#{man}" |
