vlc | branch: master | Thomas Guillem <[email protected]> | Thu Apr 11 11:21:19 2019 +0200| [b7cc49eed101b78e43653647a303360f8cd0f57d] | committer: Thomas Guillem
contrib: wine-headers: add missing header Regression from d357b49f2ea02361c32b202dae6e0fc7079d791d. The dxgi.h header generation was missed. > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b7cc49eed101b78e43653647a303360f8cd0f57d --- contrib/src/wine-headers/rules.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/src/wine-headers/rules.mak b/contrib/src/wine-headers/rules.mak index ae42184a17..1f083cee4c 100644 --- a/contrib/src/wine-headers/rules.mak +++ b/contrib/src/wine-headers/rules.mak @@ -14,7 +14,7 @@ WINE_IDL_HEADERS = \ d3d11_1.idl d3d11_2.idl d3d11_3.idl \ dxgicommon.idl dxgitype.idl dxgiformat.idl \ dxgidebug.idl \ - dxgi1_2.idl dxgi1_3.idl dxgi1_4.idl dxgi1_5.idl dxgi1_6.idl + dxgi.idl dxgi1_2.idl dxgi1_3.idl dxgi1_4.idl dxgi1_5.idl dxgi1_6.idl ifndef HAVE_VISUALSTUDIO WINE_EXTRA_HEADERS += d3d9caps.h d3d9.h _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
