diff options
author | Rodeo <[email protected]> | 2013-02-27 21:31:22 +0000 |
---|---|---|
committer | Rodeo <[email protected]> | 2013-02-27 21:31:22 +0000 |
commit | 33825e896ce8f264e407050a13bcda0475a52758 (patch) | |
tree | d9931399726a452b811dcaa1bc2bf2abedc03565 /contrib/ffmpeg/module.defs | |
parent | c8d8a0798c645c4ddf8b4318a8310ee96883dd18 (diff) |
Bump Libav to v9.2.
Miscellaneous fixes.
Also reduces the amount of patched code a bit.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5272 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 3fa360fc1..0be57e997 100644 --- a/contrib/ffmpeg/module.defs +++ b/contrib/ffmpeg/module.defs @@ -1,7 +1,7 @@ $(eval $(call import.MODULE.defs,FFMPEG,ffmpeg,YASM BZIP2 ZLIB)) $(eval $(call import.CONTRIB.defs,FFMPEG)) -FFMPEG.FETCH.url = http://download.handbrake.fr/handbrake/contrib/libav-v9.1.tar.bz2 +FFMPEG.FETCH.url = http://download.handbrake.fr/handbrake/contrib/libav-v9.2.tar.bz2 FFMPEG.CONFIGURE.deps = FFMPEG.CONFIGURE.env = |