[vlc-commits] contrib: pthread-stubs: Use VideoLAN mirror if available
Hugo Beauzée-Luyssen
git at videolan.org
Wed Mar 6 13:47:07 CET 2019
vlc | branch: master | Hugo Beauzée-Luyssen <hugo at 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
More information about the vlc-commits
mailing list