[vlc-commits] Contribs: fix fluid compilation on Win32
Jean-Baptiste Kempf
git at videolan.org
Wed Nov 30 03:46:24 CET 2011
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Nov 30 03:43:35 2011 +0100| [2fe4b45d6222dab49669541102c314a52ae96c4a] | committer: Jean-Baptiste Kempf
Contribs: fix fluid compilation on Win32
Should close #5571
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2fe4b45d6222dab49669541102c314a52ae96c4a
---
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