[vlc-commits] Contribs: fix fluid compilation on Win32
Jean-Baptiste Kempf
git at videolan.org
Fri Dec 2 00:24:05 CET 2011
vlc/vlc-1.2 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Nov 30 03:43:35 2011 +0100| [b7a4902d0958266882cde9213624e1b29c3b038d] | committer: Jean-Baptiste Kempf
Contribs: fix fluid compilation on Win32
Should close #5571
(cherry picked from commit 2fe4b45d6222dab49669541102c314a52ae96c4a)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.2.git/?a=commit;h=b7a4902d0958266882cde9213624e1b29c3b038d
---
contrib/src/fluid/rules.mak | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/contrib/src/fluid/rules.mak b/contrib/src/fluid/rules.mak
index 73dce75..f633689 100644
--- a/contrib/src/fluid/rules.mak
+++ b/contrib/src/fluid/rules.mak
@@ -54,6 +54,6 @@ FLUIDCONF := $(HOSTCONF) \
.fluid: fluidsynth
$(RECONF)
- cd $< && $(HOSTVARS) ./configure $(FLUIDCONF)
+ cd $< && $(HOSTVARS) CFLAGS="$(CFLAGS) -DFLUIDSYNTH_NOT_A_DLL" ./configure $(FLUIDCONF)
cd $< && $(MAKE) install
touch $@
More information about the vlc-commits
mailing list