aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMisty De Meo2013-10-02 00:04:32 -0700
committerMisty De Meo2013-10-02 00:04:32 -0700
commitbf0a53fef6a37fd6086f2e6f332fdbbd416b963c (patch)
tree729cce8cd414496e810995e547e29ce58b5be30d /Library
parent6b754f19463ae8f06acc852029904d91b92bcb83 (diff)
downloadhomebrew-bf0a53fef6a37fd6086f2e6f332fdbbd416b963c.tar.bz2
ffmpeg devel 2.0.1
This provides an option to use the latest stable version while we wait for packages like gpac to become compatible. Closes #21169.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/ffmpeg.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/ffmpeg.rb b/Library/Formula/ffmpeg.rb
index 5902e461b..17f62465d 100644
--- a/Library/Formula/ffmpeg.rb
+++ b/Library/Formula/ffmpeg.rb
@@ -7,6 +7,13 @@ class Ffmpeg < Formula
head 'git://git.videolan.org/ffmpeg.git'
+ # This is actually the new stable, not a devel release,
+ # but not everything builds with it yet - notably gpac
+ devel do
+ url 'http://ffmpeg.org/releases/ffmpeg-2.0.1.tar.bz2'
+ sha1 'cc36c696228221ce14585edd90fb6413d206a5c8'
+ end
+
option "without-x264", "Disable H.264 encoder"
option "without-lame", "Disable MP3 encoder"
option "without-xvid", "Disable Xvid MPEG-4 video encoder"