vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | 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 $@

_______________________________________________
vlc-commits mailing list
[email protected]
http://mailman.videolan.org/listinfo/vlc-commits

Reply via email to