diff options
author | Rodeo <[email protected]> | 2014-05-13 14:31:03 +0000 |
---|---|---|
committer | Rodeo <[email protected]> | 2014-05-13 14:31:03 +0000 |
commit | 8c24585a7d379315f0cf823e8b58e007abfc3fe1 (patch) | |
tree | 8a8f0f4d42c43eefc5f5798a2ca776f03808e27e /contrib/ffmpeg/module.defs | |
parent | 4f26df992773986e3134907aabca1efe216c7a59 (diff) |
Bump libav to version 10.1
Miscellaneous bugfixes and security fixes.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6184 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib/ffmpeg/module.defs')
-rw-r--r-- | contrib/ffmpeg/module.defs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/ffmpeg/module.defs b/contrib/ffmpeg/module.defs index eae74b09c..a86671db3 100644 --- a/contrib/ffmpeg/module.defs +++ b/contrib/ffmpeg/module.defs @@ -1,4 +1,4 @@ -__deps__ := YASM BZIP2 ZLIB FDKAAC PTHREADW32 LIBMFX LIBVPX +__deps__ := YASM BZIP2 ZLIB FDKAAC LIBVPX ifeq (1,$(FEATURE.qsv)) __deps__ += PTHREADW32 LIBMFX endif @@ -6,7 +6,7 @@ endif $(eval $(call import.MODULE.defs,FFMPEG,ffmpeg,$(__deps__))) $(eval $(call import.CONTRIB.defs,FFMPEG)) -FFMPEG.FETCH.url = http://download.handbrake.fr/handbrake/contrib/libav-v10.tar.bz2 +FFMPEG.FETCH.url = http://download.handbrake.fr/handbrake/contrib/libav-v10.1.tar.bz2 FFMPEG.CONFIGURE.deps = FFMPEG.CONFIGURE.env = |