Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
35f470c9
Commit
35f470c9
authored
Jul 29, 2010
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Contrib: add d2d headers
parent
2a4a8f9a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+5
-1
extras/contrib/src/packages.mak
extras/contrib/src/packages.mak
+1
-0
No files found.
extras/contrib/src/Makefile
View file @
35f470c9
...
...
@@ -2099,8 +2099,12 @@ dshow-headers.tgz:
dxva2api.h
:
$(WGET)
$(DXVA2_URL)
.dshow_headers
:
dshow-headers.tgz dxva2api.h
d2d_headers.tar.gz
:
$(WGET)
$(D2D_URL)
-O
$@
.dshow_headers
:
dshow-headers.tgz dxva2api.h d2d_headers.tar.gz
tar
xzf
$<
-C
$(PREFIX)
/include
tar
xzf d2d_headers.tar.gz
-C
$(PREFIX)
/include
cp
dxva2api.h
$(PREFIX)
/include
touch
$@
...
...
extras/contrib/src/packages.mak
View file @
35f470c9
...
...
@@ -240,5 +240,6 @@ PEFLAGS_URL=$(CONTRIB_VIDEOLAN)
SQLITE_VERSION
=
3.6.20
SQLITE_URL
=
http://www.sqlite.org/sqlite-amalgamation-
$(SQLITE_VERSION)
.tar.gz
DXVA2_URL
=
$(CONTRIB_VIDEOLAN)
/dxva2api.h
D2D_URL
=
http://nodeload.github.com/2of1/d2d1headers/tarball/master
VPX_VERSION
=
0.9.0
VPX_URL
=
http://webm.googlecode.com/files/libvpx-
$(VPX_VERSION)
.tar.bz2
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