[vlc-commits] contrib: dshow: Fetch d2d headers from our server

Hugo Beauzée-Luyssen git at videolan.org
Wed Dec 14 18:44:16 CET 2016


vlc/vlc-2.2 | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Wed Dec 14 18:43:34 2016 +0100| [431e9c514170cfc8f1941a4531108a9b7654e1e0] | committer: Hugo Beauzée-Luyssen

contrib: dshow: Fetch d2d headers from our server

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=431e9c514170cfc8f1941a4531108a9b7654e1e0
---

 contrib/src/dshow/rules.mak | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/src/dshow/rules.mak b/contrib/src/dshow/rules.mak
index 816b1c9..93f6a8b 100644
--- a/contrib/src/dshow/rules.mak
+++ b/contrib/src/dshow/rules.mak
@@ -2,7 +2,7 @@
 
 DSHOW_HEADERS_URL := $(CONTRIB_VIDEOLAN)/dshow-headers-oss.tar.bz2
 D2D_HASH := b1affb70c021200b410eccd377ad5aeef2c5a85b
-D2D_URL := http://github.com/2of1/d2d1headers/archive/master.zip
+D2D_URL := $(CONTRIB_VIDEOLAN)/d2d_headers.zip
 # FIXME: ^ D2D not working
 
 ifdef HAVE_WIN32



More information about the vlc-commits mailing list