[vlc-commits] Contrib: only build what is necessary for FLAC
Jean-Baptiste Kempf
git at videolan.org
Wed May 8 11:03:35 CEST 2013
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed May 8 11:02:49 2013 +0200| [41edeb738079cf95266fae29d6f919d785ca13f2] | committer: Jean-Baptiste Kempf
Contrib: only build what is necessary for FLAC
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=41edeb738079cf95266fae29d6f919d785ca13f2
---
contrib/src/flac/rules.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/src/flac/rules.mak b/contrib/src/flac/rules.mak
index 38b146d..8f93239 100644
--- a/contrib/src/flac/rules.mak
+++ b/contrib/src/flac/rules.mak
@@ -46,6 +46,6 @@ DEPS_flac = ogg $(DEPS_ogg)
.flac: flac
cd $< && $(HOSTVARS) ./configure $(FLACCONF)
- cd $</src && $(MAKE) install
cd $</include && $(MAKE) install
+ cd $</src && $(MAKE) -C share install && $(MAKE) -C libFLAC install
touch $@
More information about the vlc-commits
mailing list