7127103646
* Use the id3lib distributed with the audacity sources instead of audio/id3lib (this seems to fix audacity coredumps when exporting to MP3 after editting ID3 tags). * Install the documentation and license file. Changes from version 0.96 include: * Bug fixes * New effects: invert, reverse, noise removal * Ogg Vorbis import/export support. * Added "Save Changes" dialog. * Added tooltips. * Use libmad instead of libmpeg3 if not using xaudio. XXX OSS audio playback doesn't work on NetBSD with audio/oss. The process XXX hangs in "sndint" state according to top(1).
13 lines
318 B
Text
13 lines
318 B
Text
$NetBSD: patch-ad,v 1.2 2002/10/04 08:59:36 jlam Exp $
|
|
|
|
--- snd/sndio.c.orig Wed Jun 5 00:51:19 2002
|
|
+++ snd/sndio.c
|
|
@@ -20,7 +20,7 @@
|
|
#ifdef WIN32
|
|
#include <sys/stat.h>
|
|
#include "io.h"
|
|
-#elif defined(__FreeBSD__)
|
|
+#elif defined(__FreeBSD__) || defined(__NetBSD__)
|
|
#include <sys/stat.h>
|
|
#else
|
|
#ifndef __WXMAC__
|