c318a7e095
Audacity is a free audio editor. You can record sounds, play sounds, import and export WAV, AIFF, Ogg Vorbis, and MP3 files, and more. Use it to edit your sounds using Cut, Copy and Paste (with unlimited Undo), mix tracks together, or apply effects to your recordings. Initial port and many patches by jakemsr@. Thanks to maintainer Antoine Jacoutot for persistence and keeping the port alive. ok jakemsr@
13 lines
448 B
Plaintext
13 lines
448 B
Plaintext
$OpenBSD: patch-lib-src_libnyquist_snd_sndconfig_h,v 1.1.1.1 2006/01/12 08:59:27 steven Exp $
|
|
--- lib-src/libnyquist/snd/sndconfig.h.orig Thu Nov 18 07:17:32 2004
|
|
+++ lib-src/libnyquist/snd/sndconfig.h Tue Jan 11 08:56:46 2005
|
|
@@ -60,7 +60,7 @@ void snd_free(void *a);
|
|
#elif defined(IRIX)
|
|
#include "sndirix.h"
|
|
|
|
-#elif defined(__FreeBSD__)
|
|
+#elif defined(__FreeBSD__) || defined(__OpenBSD__)
|
|
#include "sndfreebsd.h"
|
|
|
|
#elif defined(_WIN32)
|