diff options
| author | dinkypumpkin | 2011-03-14 20:55:05 +0000 |
|---|---|---|
| committer | Adam Vandenberg | 2011-03-14 15:28:30 -0700 |
| commit | 0162a03a7d83ca73a01632cce64c2d09ba7bedf0 (patch) | |
| tree | bd7945dce06e375823db293daa5418d7d6d23aae /Library/Formula | |
| parent | 0772cf1fcc5eb8c7041cf5c25cc2df21babcb0b6 (diff) | |
| download | homebrew-0162a03a7d83ca73a01632cce64c2d09ba7bedf0.tar.bz2 | |
point head to git repo
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/ffmpeg.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/ffmpeg.rb b/Library/Formula/ffmpeg.rb index 1eb8f6277..e44c52665 100644 --- a/Library/Formula/ffmpeg.rb +++ b/Library/Formula/ffmpeg.rb @@ -5,7 +5,7 @@ class Ffmpeg < Formula homepage 'http://ffmpeg.org/' sha1 '24ada1d35fc000980090e773101e101ca45f85e5' - head 'svn://svn.ffmpeg.org/ffmpeg/trunk' + head 'git://git.libav.org/libav.git' depends_on 'x264' => :optional depends_on 'faac' => :optional |
