aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMisty De Meo2011-12-12 14:16:47 -0600
committerMisty De Meo2011-12-12 14:16:47 -0600
commit2c0c6efb73ac7a69a3bc589e4016d8d66ec3391f (patch)
treeb0a73ae6a823842ccec49e55460ea002ddf6a41d /Library
parentd29184867bfd829b0ce84d7b533caf545c6e3f6e (diff)
downloadhomebrew-2c0c6efb73ac7a69a3bc589e4016d8d66ec3391f.tar.bz2
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.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/ffmpeg.rb6
1 files changed, 3 insertions, 3 deletions
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
[