ffmpeg2theora: use checksummed patches
This commit is contained in:
parent
bf66966743
commit
fe5c0ed533
1 changed files with 3 additions and 2 deletions
|
@ -16,8 +16,9 @@ class Ffmpeg2theora < Formula
|
||||||
depends_on 'theora'
|
depends_on 'theora'
|
||||||
|
|
||||||
# Fixes build with ffmpeg 2.x by removing use of deprecated constant
|
# Fixes build with ffmpeg 2.x by removing use of deprecated constant
|
||||||
def patches
|
patch do
|
||||||
"http://git.xiph.org/?p=ffmpeg2theora.git;a=patch;h=d3435a6a83dc656379de9e6523ecf8d565da6ca6"
|
url "http://git.xiph.org/?p=ffmpeg2theora.git;a=patch;h=d3435a6a83dc656379de9e6523ecf8d565da6ca6"
|
||||||
|
sha1 "5a3e48c386ac077ab58afa6c49631c88f8f85929"
|
||||||
end
|
end
|
||||||
|
|
||||||
def install
|
def install
|
||||||
|
|
Loading…
Reference in a new issue