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
764c24da
Commit
764c24da
authored
Jun 17, 2015
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Contrib: prefix widl tool
parent
7783a4dc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
contrib/src/d3d11/rules.mak
contrib/src/d3d11/rules.mak
+2
-2
contrib/src/main.mak
contrib/src/main.mak
+6
-0
No files found.
contrib/src/d3d11/rules.mak
View file @
764c24da
...
...
@@ -20,10 +20,10 @@ $(TARBALLS)/dxgidebug.idl:
(
cd
$(TARBALLS)
&&
patch
-fp1
)
<
$(SRC)
/d3d11/dxgidebug.patch
$(DST_D3D11_H)
:
$(TARBALLS)/d3d11.idl
widl
-DBOOL
=
WINBOOL
-I
$(IDL_INC_PATH)
-h
-o
$@
$<
$(WIDL)
-DBOOL
=
WINBOOL
-I
$(IDL_INC_PATH)
-h
-o
$@
$<
$(DST_DXGIDEBUG_H)
:
$(TARBALLS)/dxgidebug.idl
widl
-DBOOL
=
WINBOOL
-I
$(IDL_INC_PATH)
-h
-o
$@
$<
$(WIDL)
-DBOOL
=
WINBOOL
-I
$(IDL_INC_PATH)
-h
-o
$@
$<
.d3d11
:
$(DST_D3D11_H) $(DST_DXGIDEBUG_H)
touch
$@
contrib/src/main.mak
View file @
764c24da
...
...
@@ -69,6 +69,9 @@ endif
ifneq
($(findstring $(origin STRIP),undefined default),)
STRIP
:=
strip
endif
ifneq
($(findstring $(origin WIDL),undefined default),)
WIDL
:=
widl
endif
else
ifneq
($(findstring $(origin CC),undefined default),)
CC
:=
$(HOST)
-gcc
...
...
@@ -88,6 +91,9 @@ endif
ifneq
($(findstring $(origin STRIP),undefined default),)
STRIP
:=
$(HOST)
-strip
endif
ifneq
($(findstring $(origin WIDL),undefined default),)
WIDL
:=
$(HOST)
-widl
endif
endif
ifdef
HAVE_ANDROID
...
...
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