[vlc-devel] commit: Contrib: disable not needed fluidsynth options ( Rémi Denis-Courmont )
git version control
git at videolan.org
Sun Feb 7 19:50:20 CET 2010
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Feb 7 20:49:57 2010 +0200| [10ee5e0fa0cd5a51a7acba57408371e2ff6e26a5] | committer: Rémi Denis-Courmont
Contrib: disable not needed fluidsynth options
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=10ee5e0fa0cd5a51a7acba57408371e2ff6e26a5
---
extras/contrib/src/Makefile | 12 +++++++++++-
1 files changed, 11 insertions(+), 1 deletions(-)
diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index 42ccecc..a0b620c 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -2376,7 +2376,17 @@ ifdef HAVE_WIN32
endif
.fluid: fluidsynth
- (cd $<; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) && make && make install)
+ cd $< && $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) \
+ --disable-ladspa \
+ --disable-oss-support \
+ --disable-alsa-support \
+ --disable-midishare \
+ --disable-jack-support \
+ --disable-coreaudio \
+ --disable-lash \
+ --disable-ladcca
+ cd $< && make
+ cd $< && make install
touch $@
CLEAN_FILE += .fluid
More information about the vlc-devel
mailing list