diff options
author | Rodeo <[email protected]> | 2014-01-17 16:31:51 +0000 |
---|---|---|
committer | Rodeo <[email protected]> | 2014-01-17 16:31:51 +0000 |
commit | 387136724f4ee38a3a3dfb05e8bcc037fe9f992a (patch) | |
tree | b4a0a92044750b42c3d82bcd9e1d50da2568e43b /contrib/libmfx/module.defs | |
parent | b678d34c99c206e5d8b70dc91635515a55d3f82f (diff) |
QSV: update libmfx to v2014.
Synchronizes with the dispatcher from Intel
Media SDK 2014 for Clients, and adds support
for the Media SDK API 1.8 fields and defines.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5982 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 5f8ab9b7b..2499a527b 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_intel_msdk_2013r2.tar.bz2 +LIBMFX.FETCH.url = http://download.handbrake.fr/contrib/libmfx-v2014.tar.bz2 LIBMFX.CONFIGURE.bootstrap = rm -fr aclocal.m4 autom4te.cache; autoreconf -fiv; |