From 2c0c6efb73ac7a69a3bc589e4016d8d66ec3391f Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Mon, 12 Dec 2011 14:16:47 -0600 Subject: ffmpeg 0.9 ffmpeg 0.9 still fails with llvm on all builds. It will build with clang. API remains compatible with 0.8, so no that depends_on 'ffmpeg' has broken. --- Library/Formula/ffmpeg.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/ffmpeg.rb b/Library/Formula/ffmpeg.rb index 00ce3f19d..25a4d5ff4 100644 --- a/Library/Formula/ffmpeg.rb +++ b/Library/Formula/ffmpeg.rb @@ -5,13 +5,13 @@ def ffplay? end class Ffmpeg < Formula - url 'http://ffmpeg.org/releases/ffmpeg-0.8.7.tar.bz2' + url 'http://ffmpeg.org/releases/ffmpeg-0.9.tar.bz2' homepage 'http://ffmpeg.org/' - sha1 'e6c391769b1e45afd8e3f41b734c17ba1437f4a9' + sha1 '5f4118496ebe8fc37e8f11cf0303f6f7c85756f9' head 'git://git.videolan.org/ffmpeg.git' - fails_with_llvm 'Dies during compilation of motionpixels_tablegen' + fails_with_llvm 'Undefined symbols when linking libavfilter' def options [ -- cgit v1.2.3