ffmpeg: no longer fails with LLVM

Closes Homebrew/homebrew#12466.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Jack Nagel 2012-05-29 23:12:24 -05:00
parent 89419378ef
commit 068aaec739

View file

@ -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."],