Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
bbf89a9f
Commit
bbf89a9f
authored
Jun 17, 2015
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Contribs: D3D, use wine headers when Xcompilign
parent
764c24da
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
contrib/src/d3d11/rules.mak
contrib/src/d3d11/rules.mak
+4
-0
No files found.
contrib/src/d3d11/rules.mak
View file @
bbf89a9f
# generate Direct3D11 temporary include
ifdef
HAVE_CROSS_COMPILE
IDL_INC_PATH
=
/usr/include/wine/windows/
else
#ugly way to get the default location of standard idl files
IDL_INC_PATH
=
/
`
echo
$(MSYSTEM)
|
tr
A-Z a-z
`
/
$(BUILD)
/include
endif
D3D11_IDL_URL
:=
http://sourceforge.net/p/mingw-w64/mingw-w64/ci/master/tree/mingw-w64-headers/direct-x/include/d3d11.idl?format
=
raw
DST_D3D11_H
=
$(PREFIX)
/include/d3d11.h
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment