[vlc-commits] Contribs:srt: use CMakeList directly

Jean-Baptiste Kempf git at videolan.org
Tue Nov 28 10:26:24 CET 2017


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Nov 28 10:25:52 2017 +0100| [5c3626cd995825c896f6a6b2e0bd0bf82f575059] | committer: Jean-Baptiste Kempf

Contribs:srt: use CMakeList directly

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

 contrib/src/srt/rules.mak | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/contrib/src/srt/rules.mak b/contrib/src/srt/rules.mak
index e809be0d71..1ab24c531a 100644
--- a/contrib/src/srt/rules.mak
+++ b/contrib/src/srt/rules.mak
@@ -24,7 +24,8 @@ srt: $(SRT_TARBALL) .sum-srt
 
 DEPS_srt = $(DEPS_gnutls)
 
-.srt: srt
-	cd $< && $(HOSTVARS) ./configure $(HOSTCONF) --with-gnutls
+.srt: srt toolchain.cmake
+	cd $< && $(HOSTVARS_PIC) $(CMAKE) \
+		-DENABLE_SHARED=OFF -DUSE_GNUTLS=ON
 	cd $< && $(MAKE) install
 	touch $@



More information about the vlc-commits mailing list