ba4784c760
works, compiles in ogg output support. Changes since last version: Bug fixes, output improvements, vorbis support, mod-to-midi conversion.
16 lines
348 B
Text
16 lines
348 B
Text
$NetBSD: patch-aa,v 1.5 2002/01/17 01:20:39 wiz Exp $
|
|
|
|
--- timidity/sun_a.c.orig Wed Jan 9 11:13:16 2002
|
|
+++ timidity/sun_a.c
|
|
@@ -69,7 +69,11 @@
|
|
#define SUNAUDIO_AENC_SIGWORD AENC_SIGWORDB
|
|
#endif
|
|
|
|
+#ifndef __NetBSD__
|
|
#define AUDIO_DEV "/dev/audio"
|
|
+#else
|
|
+#define AUDIO_DEV "/dev/sound"
|
|
+#endif
|
|
#define AUDIO_CTLDEV "/dev/audioctl"
|
|
|
|
|