ffmpeg: no longer fails with LLVM
Closes Homebrew/homebrew#12466. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
89419378ef
commit
068aaec739
1 changed files with 0 additions and 4 deletions
|
@ -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."],
|
||||
|
|
Loading…
Reference in a new issue