[vlc-devel] [PATCH] contribs: samplerate: Don't bother build anything else than the lib

Steve Lhomme robux4 at videolabs.io
Sat Jan 30 09:26:42 CET 2016


From: Hugo Beauzée-Luyssen <hugo at beauzee.fr>

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

diff --git a/contrib/src/samplerate/rules.mak b/contrib/src/samplerate/rules.mak
index c3548ba..c330009 100644
--- a/contrib/src/samplerate/rules.mak
+++ b/contrib/src/samplerate/rules.mak
@@ -21,5 +21,5 @@ samplerate: libsamplerate-$(SAMPLERATE_VERSION).tar.gz .sum-samplerate
 
 .samplerate: samplerate
 	cd $< && $(HOSTVARS) ./configure $(HOSTCONF)
-	cd $< && $(MAKE) install
+	cd $< && $(MAKE) -C src install
 	touch $@
-- 
2.6.0.windows.1



More information about the vlc-devel mailing list