diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/ffmpeg.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/ffmpeg.rb b/Library/Formula/ffmpeg.rb index 419e4fc91..a578b5d30 100644 --- a/Library/Formula/ffmpeg.rb +++ b/Library/Formula/ffmpeg.rb @@ -1,7 +1,8 @@ require 'formula' class Ffmpeg <Formula - head 'svn://svn.ffmpeg.org/ffmpeg/trunk', :revision => 22585 + head 'svn://svn.ffmpeg.org/ffmpeg/trunk', + :revisions => { :trunk => 22916, 'libswscale' => 31045 } homepage 'http://ffmpeg.org/' depends_on 'x264' => :optional |
