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

Hugo Beauzée-Luyssen git at videolan.org
Sat Jan 30 15:54:13 CET 2016


vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Sat Jan 30 09:26:42 2016 +0100| [93aea8454520cbf92218030869cb9d2c7eadf9ee] | committer: Rémi Denis-Courmont

contribs: samplerate: Don't bother build anything else than the lib

Signed-off-by: Rémi Denis-Courmont <remi at remlab.net>

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

 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 $@



More information about the vlc-commits mailing list