summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsr55 <[email protected]>2017-10-14 12:16:15 +0100
committersr55 <[email protected]>2017-10-14 12:16:31 +0100
commit400c3062832b894eb7fa17088f81b287dab52bb5 (patch)
tree1357597c7cf1c0dd80766bb14cb85220c5650435
parent4821a1ed4091ce69ff3ef2f89060bad5471eccf2 (diff)
Update libmfx to 5d6f1b6 (Based on upstream 1.23)
-rw-r--r--contrib/libmfx/A00-linux-path-fix.patch14
-rw-r--r--contrib/libmfx/module.defs4
2 files changed, 2 insertions, 16 deletions
diff --git a/contrib/libmfx/A00-linux-path-fix.patch b/contrib/libmfx/A00-linux-path-fix.patch
deleted file mode 100644
index 544cfbad6..000000000
--- a/contrib/libmfx/A00-linux-path-fix.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff --git a/src/mfx_library_iterator_linux.cpp b/src/mfx_library_iterator_linux.cpp
-index 46ad511..e2269f3 100644
---- a/src/mfx_library_iterator_linux.cpp
-+++ b/src/mfx_library_iterator_linux.cpp
-@@ -332,8 +332,7 @@ mfxStatus MFXLibraryIterator::Init(eMfxImplType implType, mfxIMPL impl, const mf
- // set the required library's implementation type
- m_implType = implType;
-
-- snprintf(m_path, sizeof(m_path)/sizeof(m_path[0]),
-- "%s/%s/%04x/%04x", mfx_storage_opt, mfx_folder, m_vendorID, m_deviceID);
-+ snprintf(m_path, sizeof(m_path)/sizeof(m_path[0]),"%s/%s", mfx_storage_opt, mfx_folder);
-
- m_libs_num = mfx_list_libraries(m_path, (MFX_LIB_HARDWARE == implType), &m_libs);
-
diff --git a/contrib/libmfx/module.defs b/contrib/libmfx/module.defs
index 1308cc44a..48ebf205a 100644
--- a/contrib/libmfx/module.defs
+++ b/contrib/libmfx/module.defs
@@ -1,8 +1,8 @@
$(eval $(call import.MODULE.defs,LIBMFX,libmfx))
$(eval $(call import.CONTRIB.defs,LIBMFX))
-LIBMFX.FETCH.url = https://download.handbrake.fr/contrib/mfx_dispatch-9f4a84d7.tar.gz
-LIBMFX.FETCH.sha256 = e07d1024e86998ac3992620f5db0f999af51cc700f7de90da2ebbe1e8a3b6efe
+LIBMFX.FETCH.url = https://download.handbrake.fr/contrib/mfx_dispatch-5d6f1b6.tar.gz
+LIBMFX.FETCH.sha256 = 45d8ae5e525a51bfcb924c91b7153b5f0899c94d87d933913e4297b2ae7a3f8e
LIBMFX.CONFIGURE.bootstrap = rm -fr aclocal.m4 autom4te.cache; autoreconf -fiv;