diff options
| author | Jack Nagel | 2012-05-29 23:12:24 -0500 |
|---|---|---|
| committer | Jack Nagel | 2012-05-29 23:12:24 -0500 |
| commit | d8005c3939301826602abebaf4e7ce5c0f5e836c (patch) | |
| tree | 1c4881bfff90531868dbdc172028095b898d65ba | |
| parent | 616a39c8f6317eccd74ea32febd1a547bcce1024 (diff) | |
| download | homebrew-d8005c3939301826602abebaf4e7ce5c0f5e836c.tar.bz2 | |
ffmpeg: no longer fails with LLVM
Closes #12466.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -rw-r--r-- | Library/Formula/ffmpeg.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Formula/ffmpeg.rb b/Library/Formula/ffmpeg.rb index 634f39053..7924dcbf5 100644 --- a/Library/Formula/ffmpeg.rb +++ b/Library/Formula/ffmpeg.rb @@ -27,10 +27,6 @@ class Ffmpeg < Formula depends_on 'sdl' if ffplay? - fails_with :llvm do - cause 'Undefined symbols when linking libavfilter' - end - def options [ ["--with-tools", "Install additional FFmpeg tools."], |
