]> git.sesse.net Git - vlc/commitdiff
Contrib: disable not needed fluidsynth options
authorRémi Denis-Courmont <remi@remlab.net>
Sun, 7 Feb 2010 18:49:57 +0000 (20:49 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Sun, 7 Feb 2010 18:49:57 +0000 (20:49 +0200)
extras/contrib/src/Makefile

index 42ccecc3ad7143605b671a25e3448191c739fe9a..a0b620cd183cfe0934ad4209adfcede8be45edb8 100644 (file)
@@ -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