]> git.sesse.net Git - vlc/blobdiff - extras/contrib/src/Makefile
Contrib: fluidsynth on WIN32
[vlc] / extras / contrib / src / Makefile
index 20284063fea8fb9d342edfb8a9c81af36eddca73..58ddd311b4c444e48efcaeef645cd9c177c0fe50 100644 (file)
@@ -2464,8 +2464,13 @@ DISTCLEAN_PKG += asa.git.tar.gz
 fluidsynth-$(FLUID_VERSION).tar.gz:
        $(WGET) $(FLUID_URL)
 
+
 fluidsynth: fluidsynth-$(FLUID_VERSION).tar.gz
        $(EXTRACT_GZ)
+ifdef HAVE_WIN32
+       patch -p0 < Patches/fluid-win32.patch
+       cd $@; ./autogen.sh
+endif
 
 .fluid: fluidsynth
        (cd $<; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) && make && make install)