bbe3d712ec
FluidSynth is a real-time software synthesizer based on the SoundFont 2 specifications. Features: * Cross platform support (Linux, Mac OSX and Windows to name a few) * SoundFont 2 support * Realtime effect modulation using SoundFont 2.01 modulators * Shared library which can be used in other programs * Built in command line shell * Playback of MIDI files ok kili@
14 lines
444 B
Plaintext
14 lines
444 B
Plaintext
$OpenBSD: patch-src_config_h_in,v 1.1.1.1 2008/04/06 22:42:11 jakemsr Exp $
|
|
--- src/config.h.in.orig Fri Feb 15 17:22:28 2008
|
|
+++ src/config.h.in Fri Feb 15 17:23:02 2008
|
|
@@ -72,6 +72,9 @@
|
|
/* Define to 1 if you have the <signal.h> header file. */
|
|
#undef HAVE_SIGNAL_H
|
|
|
|
+/* Define to 1 if you have the <soundcard.h> header file. */
|
|
+#undef HAVE_SOUNDCARD_H
|
|
+
|
|
/* Define to 1 if you have the <stdarg.h> header file. */
|
|
#undef HAVE_STDARG_H
|
|
|