Commit 3759bee8 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contribs: replace dshow headers by free ones

This replace with a set of headers from the Wine project, modified by
Jean-Baptiste Kempf
parent 4718502c
......@@ -2143,7 +2143,7 @@ DISTCLEAN_PKG += win32-dx7headers.tgz
# *************************************************************************
# DirectShow headers
# *************************************************************************
dshow-headers.tgz:
dshow-headers-oss.tar.bz2:
$(WGET) $(DSHOW_HEADERS_URL)
dxva2api.h:
......@@ -2154,15 +2154,15 @@ CLEAN_FILE += dxva2api.h
d2d_headers.tar.gz:
$(WGET) $(D2D_URL) -O $@
.dshow_headers: dshow-headers.tgz dxva2api.h d2d_headers.tar.gz
.dshow_headers: dshow-headers-oss.tar.bz2 dxva2api.h d2d_headers.tar.gz
mkdir -p $(PREFIX)/include
tar xzf $< -C $(PREFIX)/include
tar xjf $< -C $(PREFIX)/include
tar xzf d2d_headers.tar.gz -C $(PREFIX)/include --wildcards --no-anchored '*.h' --strip-components=1
cp dxva2api.h $(PREFIX)/include
touch $@
CLEAN_FILE += .dshow_headers
DISTCLEAN_PKG += dshow-headers.tgz dxva2api.h
DISTCLEAN_PKG += dshow-headers-oss.tar.bz2 dxva2api.h
# ***************************************************************************
# libexpat
......
......@@ -184,7 +184,7 @@ XML_URL=http://xmlsoft.org/sources/libxml2-$(XML_VERSION).tar.gz
DIRAC_VERSION=1.0.2
DIRAC_URL=$(SF)/dirac/dirac-$(DIRAC_VERSION).tar.gz
DX_HEADERS_URL=$(CONTRIB_VIDEOLAN)/win32-dx7headers.tgz
DSHOW_HEADERS_URL=$(VIDEOLAN)/contrib/dshow-headers.tgz
DSHOW_HEADERS_URL=$(VIDEOLAN)/contrib/dshow-headers-oss.tar.bz2
PORTAUDIO_VERSION=19
PORTAUDIO_URL=http://www.portaudio.com/archives/pa_snapshot_v$(PORTAUDIO_VERSION).tar.gz
CLINKCC_VERSION=171
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment