diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/ffmpeg.rb | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/Library/Formula/ffmpeg.rb b/Library/Formula/ffmpeg.rb index 29cb0cfff..595a67b0b 100644 --- a/Library/Formula/ffmpeg.rb +++ b/Library/Formula/ffmpeg.rb @@ -2,10 +2,14 @@ require 'formula' class Ffmpeg <Formula url 'http://ffmpeg.org/releases/ffmpeg-0.6.tar.bz2' - sha1 'c130e3bc368251b9130ce6eafb44fe8c3993ff5c' - head 'svn://svn.ffmpeg.org/ffmpeg/trunk', - :revisions => { :trunk => 22916, 'libswscale' => 31045 } homepage 'http://ffmpeg.org/' + sha1 'c130e3bc368251b9130ce6eafb44fe8c3993ff5c' + + # Before 0.6, the head version was: + # head 'svn://svn.ffmpeg.org/ffmpeg/trunk', + # :revisions => { :trunk => 22916, 'libswscale' => 31045 } + # We probably need new revisions specified here: + head 'svn://svn.ffmpeg.org/ffmpeg/trunk' depends_on 'x264' => :optional depends_on 'faac' => :optional |
