diff options
author | Rodeo <[email protected]> | 2014-01-25 23:15:25 +0000 |
---|---|---|
committer | Rodeo <[email protected]> | 2014-01-25 23:15:25 +0000 |
commit | 90795a32478ff917df5a8b6a8bb817998d41ed58 (patch) | |
tree | 75ab80e7d3572f885e0dbcda77e3f871956e130e /contrib/ffmpeg/module.defs | |
parent | 3db701933facbed318f5edb6589903caa5f78c64 (diff) |
Bump libav to v10_alpha2.
Misc. fixes and improvements.
Also add a patch to fix some interlaced VC-1 samples.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5993 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib/ffmpeg/module.defs')
-rw-r--r-- | contrib/ffmpeg/module.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ffmpeg/module.defs b/contrib/ffmpeg/module.defs index 6f39c8e1c..875065505 100644 --- a/contrib/ffmpeg/module.defs +++ b/contrib/ffmpeg/module.defs @@ -5,7 +5,7 @@ $(eval $(call import.MODULE.defs,FFMPEG,ffmpeg,YASM BZIP2 ZLIB FDKAAC)) endif $(eval $(call import.CONTRIB.defs,FFMPEG)) -FFMPEG.FETCH.url = http://download.handbrake.fr/handbrake/contrib/libav-v10_alpha1-90-g63debaa.tar.bz2 +FFMPEG.FETCH.url = http://download.handbrake.fr/handbrake/contrib/libav-v10_alpha2.tar.bz2 FFMPEG.CONFIGURE.deps = FFMPEG.CONFIGURE.env = |