[vlc-devel] commit: Contrib: fluidsynth on WIN32 (Jean-Baptiste Kempf )

git version control git at videolan.org
Wed Jul 8 18:02:19 CEST 2009


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Jul  8 18:01:04 2009 +0200| [799f0ec128f6d400645f35fad3b1e15024329170] | committer: Jean-Baptiste Kempf 

Contrib: fluidsynth on WIN32

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=799f0ec128f6d400645f35fad3b1e15024329170
---

 extras/contrib/src/Distributions/win32.mak |    2 +-
 extras/contrib/src/Makefile                |    5 +++++
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/extras/contrib/src/Distributions/win32.mak b/extras/contrib/src/Distributions/win32.mak
index 27ab5e5..3e18b80 100644
--- a/extras/contrib/src/Distributions/win32.mak
+++ b/extras/contrib/src/Distributions/win32.mak
@@ -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
diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index 2028406..58ddd31 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -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)




More information about the vlc-devel mailing list