]> git.sesse.net Git - vlc/commitdiff
Contrib: fluidsynth on WIN32
authorJean-Baptiste Kempf <jb@videolan.org>
Wed, 8 Jul 2009 16:01:04 +0000 (18:01 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 8 Jul 2009 16:01:48 +0000 (18:01 +0200)
extras/contrib/src/Distributions/win32.mak
extras/contrib/src/Makefile

index 27ab5e53d3093ac2a514e7af21a846cc0a066d9b..3e18b805c24e899215c2a36c2d773f0c77c01da9 100644 (file)
@@ -7,5 +7,5 @@ all: .iconv .intl .freetype .fribidi .zlib \
         .dvdnav .dvbpsi .qt4_win32 .schroedinger .SDL_image \
         .dx_headers .dshow_headers .gecko-win32 .dca \
         .lua .tag .fontconfig .portaudio .kate .libass .zvbi \
-        .aclocal
+        .fluid .aclocal
 #       .daap .cddb .cdio .vcdimager
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)