[vlc-devel] commit: Contribs: DxVA2 headers are now port of out dshow headers ( Jean-Baptiste Kempf )
git version control
git at videolan.org
Wed Nov 25 22:53:17 CET 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Nov 25 22:49:57 2009 +0100| [ea62ad21cf1bf8541260dcabe878b4162e42030f] | committer: Jean-Baptiste Kempf
Contribs: DxVA2 headers are now port of out dshow headers
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ea62ad21cf1bf8541260dcabe878b4162e42030f
---
extras/contrib/src/Makefile | 10 ++++++++--
extras/contrib/src/packages.mak | 4 +++-
2 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index 67c3a45..9d55274 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -2171,11 +2171,17 @@ DISTCLEAN_PKG += win32-dx7headers.tgz
# *************************************************************************
dshow-headers.tgz:
$(WGET) $(DSHOW_HEADERS_URL)
-.dshow_headers: dshow-headers.tgz
+
+dxva2api.h:
+ $(WGET) $(DXVA2_URL)
+
+.dshow_headers: dshow-headers.tgz dxva2api.h
(cd ../include ; tar xzf ../src/$<)
+ (cp dxva2api.h ../include)
touch $@
+
CLEAN_FILE += .dshow_headers
-DISTCLEAN_PKG += dshow-headers.tgz
+DISTCLEAN_PKG += dshow-headers.tgz dxva2api.h
# ***************************************************************************
# libexpat
diff --git a/extras/contrib/src/packages.mak b/extras/contrib/src/packages.mak
index bd435b3..dd8849b 100644
--- a/extras/contrib/src/packages.mak
+++ b/extras/contrib/src/packages.mak
@@ -28,6 +28,7 @@ PENGUIN=http://ftp.penguin.cz/pub/users/utx/amr
GNU=ftp://ftp.gnu.org/gnu
SF=http://heanet.dl.sourceforge.net/sourceforge
VIDEOLAN=http://downloads.videolan.org/pub/videolan
+CONTRIB_VIDEOLAN=http://downloads.videolan.org/pub/videolan/testing/contrib
LIBAMR_NB_VERSION=7.0.0.0
LIBAMR_NB=$(PENGUIN)/amrnb-$(LIBAMR_NB_VERSION).tar.bz2
LIBAMR_WB_VERSION=7.0.0.2
@@ -243,6 +244,7 @@ XCB_UTIL_URL=$(XCB_URL)
LIBPROJECTM_VERSION=1.2.0
LIBPROJECTM_URL=$(SF)/projectm/libprojectM/libprojectM-$(LIBPROJECTM_VERSION)/libprojectM-$(LIBPROJECTM_VERSION).tar.bz2
LIBPROJECTM_SVN=https://projectm.svn.sourceforge.net/svnroot/projectm/trunk
-PEFLAGS_URL=http://altair.videolan.org/~geal
+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
More information about the vlc-devel
mailing list