[vlc-commits] contrib: d3d11: get more wine
Thomas Guillem
git at videolan.org
Mon Jan 14 11:35:05 CET 2019
vlc/vlc-3.0 | branch: master | Thomas Guillem <thomas at gllm.fr> | Fri Jan 4 11:43:21 2019 +0100| [821788cedf78c4764f746a96e2c06af13538ba33] | committer: Hugo Beauzée-Luyssen
contrib: d3d11: get more wine
On Debian Buster, the idl include path is located on /usr/include/wine/wine/
This fixes the "Unable to open include file oaidl.idl" error.
(cherry picked from commit 842126507d1922406b29b4a0ff9519843fb08c95)
Signed-off-by: Hugo Beauzée-Luyssen <hugo at beauzee.fr>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=821788cedf78c4764f746a96e2c06af13538ba33
---
contrib/src/d3d11/rules.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/src/d3d11/rules.mak b/contrib/src/d3d11/rules.mak
index b6e2e5ea5e..d2c1d9760e 100644
--- a/contrib/src/d3d11/rules.mak
+++ b/contrib/src/d3d11/rules.mak
@@ -1,7 +1,7 @@
# generate Direct3D11 temporary include
ifdef HAVE_CROSS_COMPILE
-IDL_INCLUDES = -I/usr/include/wine/windows/
+IDL_INCLUDES = -I/usr/include/wine/windows/ -I/usr/include/wine/wine/windows/
else
#ugly way to get the default location of standard idl files
IDL_INCLUDES = -I/`echo $(MSYSTEM) | tr A-Z a-z`/$(BUILD)/include
More information about the vlc-commits
mailing list