fluid-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[fluid-dev] fluidsynth/midishare patch


From: Albert Graef
Subject: [fluid-dev] fluidsynth/midishare patch
Date: Tue, 22 Jul 2003 14:00:21 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624

Hi,

compiling the latest fluidsynth (1.0.2) I found that midishare support (configure --enable-midishare) isn't working properly. The fix is easy enough:

---
diff -ru fluidsynth-1.0.2.orig/src/fluid_midishare.c fluidsynth-1.0.2/src/fluid_midishare.c --- fluidsynth-1.0.2.orig/src/fluid_midishare.c 2003-06-09 00:59:30.000000000 +0200 +++ fluidsynth-1.0.2/src/fluid_midishare.c 2003-07-15 15:28:15.000000000 +0200
@@ -29,6 +29,8 @@
  * 03/06/03 : Adapdation for FluidSynth API
  */

+#include "config.h"
+
 #if MIDISHARE_SUPPORT

 #include "fluid_midi.h"
---

Would be nice if someone could commit this to cvs.

Thanks,
Albert

--
Dr. Albert Gr"af
Email:  address@hidden, address@hidden
WWW:    http://www.musikwissenschaft.uni-mainz.de/~ag





reply via email to

[Prev in Thread] Current Thread [Next in Thread]