[vlc-commits] dca: only build library and headers

Rafaël Carré git at videolan.org
Sun Jan 29 19:07:26 CET 2012


vlc/vlc-2.0 | branch: master | Rafaël Carré <funman at videolan.org> | Sun Jan 29 01:51:19 2012 -0500| [2714a7dc29e7fdc4bba91099719d46c24e77e8be] | committer: Jean-Baptiste Kempf

dca: only build library and headers
(cherry picked from commit 4d338f69d808d98cdc59a61b2c4a541c920a61ca)

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=2714a7dc29e7fdc4bba91099719d46c24e77e8be
---

 contrib/src/dca/rules.mak |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/contrib/src/dca/rules.mak b/contrib/src/dca/rules.mak
index 43bd294..c4de8b0 100644
--- a/contrib/src/dca/rules.mak
+++ b/contrib/src/dca/rules.mak
@@ -23,5 +23,6 @@ libdca: libdca-$(DCA_VERSION).tar.bz2 .sum-dca
 
 .dca: libdca
 	cd $< && $(HOSTVARS) ./configure $(HOSTCONF)
-	cd $< && $(MAKE) install
+	cd $< && $(MAKE) -C include install
+	cd $< && $(MAKE) -C libdca install
 	touch $@



More information about the vlc-commits mailing list