diff options
author | Rodeo <[email protected]> | 2015-02-01 00:49:48 +0000 |
---|---|---|
committer | Rodeo <[email protected]> | 2015-02-01 00:49:48 +0000 |
commit | d686e599cf02651d884d73c2691503fbee583c14 (patch) | |
tree | 0ca8ab02acdd45e5753ec5308bed610b67db7fd7 /contrib/libmfx/module.defs | |
parent | c81e2df474f6181b19c20423e454c2f1067d12e5 (diff) |
Update libmfx to v5.0.486.98113
Adds support for version 1.11 of the Intel Media SDK API.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6845 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib/libmfx/module.defs')
-rw-r--r-- | contrib/libmfx/module.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libmfx/module.defs b/contrib/libmfx/module.defs index 2499a527b..e4e178eb0 100644 --- a/contrib/libmfx/module.defs +++ b/contrib/libmfx/module.defs @@ -1,7 +1,7 @@ $(eval $(call import.MODULE.defs,LIBMFX,libmfx)) $(eval $(call import.CONTRIB.defs,LIBMFX)) -LIBMFX.FETCH.url = http://download.handbrake.fr/contrib/libmfx-v2014.tar.bz2 +LIBMFX.FETCH.url = http://download.handbrake.fr/contrib/libmfx-v5.0.486.98113.tar.bz2 LIBMFX.CONFIGURE.bootstrap = rm -fr aclocal.m4 autom4te.cache; autoreconf -fiv; |