vlc | branch: master | Hugo Beauzée-Luyssen <h...@beauzee.fr> | Wed Mar  6 
13:16:06 2019 +0100| [955a6a8125c622417c00ae5271ebf9a3c5cfdac6] | committer: 
Hugo Beauzée-Luyssen

contrib: pthread-stubs: Use VideoLAN mirror if available

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=955a6a8125c622417c00ae5271ebf9a3c5cfdac6
---

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

diff --git a/contrib/src/pthread-stubs/rules.mak 
b/contrib/src/pthread-stubs/rules.mak
index 13de9daa6d..be91f3950f 100644
--- a/contrib/src/pthread-stubs/rules.mak
+++ b/contrib/src/pthread-stubs/rules.mak
@@ -2,7 +2,7 @@ PTHREAD_STUBS_VERSION := 0.4
 PTHREAD_STUBS_URL := 
https://xcb.freedesktop.org/dist/libpthread-stubs-$(PTHREAD_STUBS_VERSION).tar.bz2
 
 $(TARBALLS)/libpthread-stubs-$(PTHREAD_STUBS_VERSION).tar.bz2:
-       $(call download,$(PTHREAD_STUBS_URL))
+       $(call download_pkg,$(PTHREAD_STUBS_URL),pthreads)
 
 .sum-pthread-stubs: libpthread-stubs-$(PTHREAD_STUBS_VERSION).tar.bz2
 

_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to