diff --git a/patches/nvencodeapi-Video_Encoder/0001-nvencodeapi-First-implementation.patch b/patches/nvencodeapi-Video_Encoder/0001-nvencodeapi-First-implementation.patch index 8b804c56..3a4f10cd 100644 --- a/patches/nvencodeapi-Video_Encoder/0001-nvencodeapi-First-implementation.patch +++ b/patches/nvencodeapi-Video_Encoder/0001-nvencodeapi-First-implementation.patch @@ -30,9 +30,9 @@ index 70f9486..59d392a 100644 WINE_CONFIG_DLL(nvcuvid) +WINE_CONFIG_DLL(nvencodeapi,enable_win32) +WINE_CONFIG_DLL(nvencodeapi64,enable_win64) - WINE_CONFIG_TEST(dlls/odbccp32/tests) - WINE_CONFIG_DLL(odbccu32) - WINE_CONFIG_DLL(ole2.dll16,enable_win16) + WINE_CONFIG_DLL(objsel) + WINE_CONFIG_DLL(odbc32) + WINE_CONFIG_DLL(odbccp32) diff --git a/dlls/nvencodeapi/Makefile.in b/dlls/nvencodeapi/Makefile.in new file mode 100644 index 0000000..a2e58ac