Commit 799f0ec1 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contrib: fluidsynth on WIN32

parent 44d12709
......@@ -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
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment