libvpx 0.9.6
This commit is contained in:
parent
dda9abc31f
commit
bc32b9c869
1 changed files with 4 additions and 2 deletions
|
@ -1,10 +1,12 @@
|
|||
require 'formula'
|
||||
|
||||
class Libvpx < Formula
|
||||
url 'http://webm.googlecode.com/files/libvpx-v0.9.5.tar.bz2'
|
||||
sha1 '223965ff16737251afb3377c0800d1f8b5f84379'
|
||||
url 'http://webm.googlecode.com/files/libvpx-v0.9.6.tar.bz2'
|
||||
sha1 'a3522bd2b73d52381ba767ded1cbf4760e9cc6f8'
|
||||
homepage 'http://www.webmproject.org/code/'
|
||||
|
||||
depends_on 'yasm' => :build
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}"
|
||||
system "make install"
|
||||
|
|
Loading…
Reference in a new issue