diff options
| author | Artem Baguinski | 2011-06-24 16:20:52 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2011-07-05 14:57:38 -0700 |
| commit | 33ce4de03d88824aec803a7adbc0c7b6b54607d6 (patch) | |
| tree | 2373de06d0c1f0d5273858f6a37435e76257ab1e /Library/Formula | |
| parent | 7413b9c06bb4eb95b9673fafc605168ce72aa1b6 (diff) | |
| download | homebrew-33ce4de03d88824aec803a7adbc0c7b6b54607d6.tar.bz2 | |
ffmpeg: remove now-unused dependency
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/ffmpeg.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Formula/ffmpeg.rb b/Library/Formula/ffmpeg.rb index 7b69bfa1a..bd43604f8 100644 --- a/Library/Formula/ffmpeg.rb +++ b/Library/Formula/ffmpeg.rb @@ -10,7 +10,6 @@ class Ffmpeg < Formula depends_on 'yasm' => :build depends_on 'x264' => :optional depends_on 'faac' => :optional - depends_on 'faad2' => :optional depends_on 'lame' => :optional depends_on 'theora' => :optional depends_on 'libvorbis' => :optional |
