[vlc-commits] Contribs:srt: make sure gnutls is built before

Jean-Baptiste Kempf git at videolan.org
Tue Nov 28 11:07:48 CET 2017


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Nov 28 11:04:22 2017 +0100| [1a7cc199a03f3ee85f9dc7b7da11b0b59caf0659] | committer: Jean-Baptiste Kempf

Contribs:srt: make sure gnutls is built before

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

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

diff --git a/contrib/src/srt/rules.mak b/contrib/src/srt/rules.mak
index 6f4940cf82..23e5388305 100644
--- a/contrib/src/srt/rules.mak
+++ b/contrib/src/srt/rules.mak
@@ -22,7 +22,7 @@ srt: $(SRT_TARBALL) .sum-srt
 	$(UNPACK)
 	mv srt-$(SRT_VERSION) $@ && touch $@
 
-DEPS_srt = $(DEPS_gnutls)
+DEPS_srt = gnutls $(DEPS_gnutls)
 
 .srt: srt toolchain.cmake
 	cd $< && $(HOSTVARS_PIC) $(CMAKE) \



More information about the vlc-commits mailing list