Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
fe96f3ba
Commit
fe96f3ba
authored
May 29, 2016
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contribs: remove d2d headers package
Close #16968
parent
03a49a29
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
8 deletions
+1
-8
contrib/src/dshow/rules.mak
contrib/src/dshow/rules.mak
+1
-8
No files found.
contrib/src/dshow/rules.mak
View file @
fe96f3ba
# DirectX headers, missing from mingw32
DSHOW_HEADERS_URL
:=
$(CONTRIB_VIDEOLAN)
/dshow-headers-oss.tar.bz2
D2D_HASH
:=
b1affb70c021200b410eccd377ad5aeef2c5a85b
D2D_URL
:=
http://github.com/2of1/d2d1headers/archive/master.zip
# FIXME: ^ D2D not working
ifdef
HAVE_WIN32
ifndef
HAVE_MINGW_W64
...
...
@@ -14,10 +11,7 @@ endif
$(TARBALLS)/dshow-headers-oss.tar.bz2
:
$(
call
download,
$(DSHOW_HEADERS_URL)
)
$(TARBALLS)/d2d_headers.zip
:
$(
call
download,
$(D2D_URL)
)
DSHOW_SOURCES
:=
dshow-headers-oss.tar.bz2 d2d_headers.zip
DSHOW_SOURCES
:=
dshow-headers-oss.tar.bz2
.sum-dshow
:
$(DSHOW_SOURCES)
...
...
@@ -25,5 +19,4 @@ DSHOW_SOURCES := dshow-headers-oss.tar.bz2 d2d_headers.zip
mkdir
-p
--
"
$(PREFIX)
/include"
tar
xjf
$<
-C
"
$(PREFIX)
/include"
\
--wildcards
--no-anchored
'*.h'
--strip-components
=
1
unzip
-jf
$(TARBALLS)
/d2d_headers.zip
-d
"
$(PREFIX)
/include"
touch
$@
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