[vlc-commits] contrib: d3d9: get more wine
    Thomas Guillem 
    git at videolan.org
       
    Fri Jan  4 15:53:06 CET 2019
    
    
  
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Fri Jan  4 14:18:36 2019 +0100| [df4c252d3ef2a7531cf137398f3ec4306eb91123] | committer: Thomas Guillem
contrib: d3d9: 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 unknwn.idl" error.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=df4c252d3ef2a7531cf137398f3ec4306eb91123
---
 contrib/src/d3d9/rules.mak | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/src/d3d9/rules.mak b/contrib/src/d3d9/rules.mak
index 65d762ce29..b3b3b61aea 100644
--- a/contrib/src/d3d9/rules.mak
+++ b/contrib/src/d3d9/rules.mak
@@ -1,7 +1,7 @@
 # generate Direct3D9 temporary include
 
 ifdef HAVE_CROSS_COMPILE
-IDL_INC_PATH = -I/usr/include/wine/windows/
+IDL_INC_PATH = -I/usr/include/wine/windows/ -I/usr/include/wine/wine/windows/
 else
 #ugly way to get the default location of standard idl files
 IDL_INC_PATH = -I/`echo $(MSYSTEM) | tr A-Z a-z`/$(BUILD)/include
    
    
More information about the vlc-commits
mailing list