[PATCH 4/4] ext-ms-mf-pal-l2-1-0: Add new dll.

Mohamad Al-Jaf mohamadaljaf at gmail.com
Fri Nov 26 03:19:06 CST 2021


Enable Windows 10 msmpeg2vdec.dll to run.
Chromium Embedded Framework is used by some applications
to display videos and requires msmpeg2vdec.dll.

Signed-off-by: Mohamad Al-Jaf <mohamadaljaf at gmail.com>
---
 configure                                           | 2 ++
 configure.ac                                        | 1 +
 dlls/ext-ms-mf-pal-l2-1-0/Makefile.in               | 1 +
 dlls/ext-ms-mf-pal-l2-1-0/ext-ms-mf-pal-l2-1-0.spec | 2 ++
 4 files changed, 6 insertions(+)
 create mode 100644 dlls/ext-ms-mf-pal-l2-1-0/Makefile.in
 create mode 100644 dlls/ext-ms-mf-pal-l2-1-0/ext-ms-mf-pal-l2-1-0.spec

diff --git a/configure b/configure
index 726b80fad89..bf61803b37a 100755
--- a/configure
+++ b/configure
@@ -1336,6 +1336,7 @@ enable_dxva2
 enable_esent
 enable_evr
 enable_explorerframe
+enable_ext_ms_mf_pal_l2_1_0
 enable_ext_ms_win_authz_context_l1_1_0
 enable_ext_ms_win_domainjoin_netjoin_l1_1_0
 enable_ext_ms_win_dwmapi_ext_l1_1_0
@@ -21357,6 +21358,7 @@ wine_fn_config_makefile dlls/evr enable_evr
 wine_fn_config_makefile dlls/evr/tests enable_tests
 wine_fn_config_makefile dlls/explorerframe enable_explorerframe
 wine_fn_config_makefile dlls/explorerframe/tests enable_tests
+wine_fn_config_makefile dlls/ext-ms-mf-pal-l2-1-0 enable_ext_ms_mf_pal_l2_1_0
 wine_fn_config_makefile dlls/ext-ms-win-authz-context-l1-1-0 enable_ext_ms_win_authz_context_l1_1_0
 wine_fn_config_makefile dlls/ext-ms-win-domainjoin-netjoin-l1-1-0 enable_ext_ms_win_domainjoin_netjoin_l1_1_0
 wine_fn_config_makefile dlls/ext-ms-win-dwmapi-ext-l1-1-0 enable_ext_ms_win_dwmapi_ext_l1_1_0
diff --git a/configure.ac b/configure.ac
index 77a928e0fe3..209afc15afa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2895,6 +2895,7 @@ WINE_CONFIG_MAKEFILE(dlls/evr)
 WINE_CONFIG_MAKEFILE(dlls/evr/tests)
 WINE_CONFIG_MAKEFILE(dlls/explorerframe)
 WINE_CONFIG_MAKEFILE(dlls/explorerframe/tests)
+WINE_CONFIG_MAKEFILE(dlls/ext-ms-mf-pal-l2-1-0)
 WINE_CONFIG_MAKEFILE(dlls/ext-ms-win-authz-context-l1-1-0)
 WINE_CONFIG_MAKEFILE(dlls/ext-ms-win-domainjoin-netjoin-l1-1-0)
 WINE_CONFIG_MAKEFILE(dlls/ext-ms-win-dwmapi-ext-l1-1-0)
diff --git a/dlls/ext-ms-mf-pal-l2-1-0/Makefile.in b/dlls/ext-ms-mf-pal-l2-1-0/Makefile.in
new file mode 100644
index 00000000000..a3d9e17a044
--- /dev/null
+++ b/dlls/ext-ms-mf-pal-l2-1-0/Makefile.in
@@ -0,0 +1 @@
+MODULE    = ext-ms-mf-pal-l2-1-0.dll
diff --git a/dlls/ext-ms-mf-pal-l2-1-0/ext-ms-mf-pal-l2-1-0.spec b/dlls/ext-ms-mf-pal-l2-1-0/ext-ms-mf-pal-l2-1-0.spec
new file mode 100644
index 00000000000..31110c03197
--- /dev/null
+++ b/dlls/ext-ms-mf-pal-l2-1-0/ext-ms-mf-pal-l2-1-0.spec
@@ -0,0 +1,2 @@
+@ stdcall VideoCodecsXboxFeaturesEnabled(ptr) kernelbase.VideoCodecsXboxFeaturesEnabled
+@ stdcall XboxH265CodecDXVASupport(ptr) kernelbase.XboxH265CodecDXVASupport
-- 
2.34.1




More information about the wine-devel mailing list