[vlc-commits] Contrib: fix fluidsynth compilation for Win32

Jean-Baptiste Kempf git at videolan.org
Tue Apr 14 14:40:44 CEST 2015


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Apr 14 14:40:31 2015 +0200| [f0380ff04aa9f58f6d453cdfa429b90408badcff] | committer: Jean-Baptiste Kempf

Contrib: fix fluidsynth compilation for Win32

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

 contrib/src/fluid/fluid-pkg-static.patch |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/contrib/src/fluid/fluid-pkg-static.patch b/contrib/src/fluid/fluid-pkg-static.patch
index 4a8cdb9..f989cce 100644
--- a/contrib/src/fluid/fluid-pkg-static.patch
+++ b/contrib/src/fluid/fluid-pkg-static.patch
@@ -1,10 +1,9 @@
-diff -ru fluidsynth.orig/fluidsynth.pc.in fluidsynth/fluidsynth.pc.in
---- fluidsynth.orig/fluidsynth.pc.in	2011-08-03 10:45:08.000000000 +0300
-+++ fluidsynth/fluidsynth.pc.in	2011-08-03 10:45:51.000000000 +0300
+--- fluidsynth-1.1.6/fluidsynth.pc.in.orig	2015-04-14 14:38:13.724365611 +0200
++++ fluidsynth-1.1.6/fluidsynth.pc.in	2015-04-14 14:38:12.737681738 +0200
 @@ -6,5 +6,5 @@
  Name: FluidSynth
  Description: Software SoundFont synth
  Version: @VERSION@
--Libs: -L${libdir} -lfluidsynth
-+Libs: -L${libdir} -lfluidsynth -lgthread-2.0 -lglib-2.0 -lm
+-Libs: -L${libdir} -lfluidsynth -ldsound -lwinmm
++Libs: -L${libdir} -lfluidsynth -ldsound -lwinmm -lgthread-2.0 -lglib-2.0 -lm
  Cflags: -I${includedir}



More information about the vlc-commits mailing list