aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKen Raeburn2000-07-05 19:33:00 +0000
committerKen Raeburn2000-07-05 19:33:00 +0000
commit80fcd514bbc519721a2c11e479c6fd1f0f6efb96 (patch)
tree11be53ea9730804c895ec42b6487dec66a8d0b1a /src/ChangeLog
parentb192d653daad26b27e58f9a1a37593a9ce5a6bca (diff)
downloademacs-80fcd514bbc519721a2c11e479c6fd1f0f6efb96.tar.gz
emacs-80fcd514bbc519721a2c11e479c6fd1f0f6efb96.zip
Sound support for NetBSD through "Linux emulation" support:
* config.in (HAVE_SOUNDCARD_H): Undef. (HAVE_SOUND): Define if HAVE_SOUNDCARD_H. * Makefile.in (LIBSOUND): New variable. (LIBES): Include it. * sound.c [HAVE_SOUNDCARD_H]: Include <sys/ioctl.h> and <soundcard.h>. (DEFAULT_SOUND_DEVICE): Define to "/dev/dsp" if not defined elsewhere. (vox_open): Use DEFAULT_SOUND_DEVICE. * s/netbsd.h (DEFAULT_SOUND_DEVICE): Define to /dev/audio.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 2272fac3bf9..5eb68cd9390 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,17 @@
12000-07-05 Ken Raeburn <raeburn@gnu.org>
2
3 Sound support for NetBSD through "Linux emulation" support:
4 * config.in (HAVE_SOUNDCARD_H): Undef.
5 (HAVE_SOUND): Define if HAVE_SOUNDCARD_H.
6 * Makefile.in (LIBSOUND): New variable.
7 (LIBES): Include it.
8 * sound.c [HAVE_SOUNDCARD_H]: Include <sys/ioctl.h> and
9 <soundcard.h>.
10 (DEFAULT_SOUND_DEVICE): Define to "/dev/dsp" if not defined
11 elsewhere.
12 (vox_open): Use DEFAULT_SOUND_DEVICE.
13 * s/netbsd.h (DEFAULT_SOUND_DEVICE): Define to /dev/audio.
14
12000-07-05 Gerd Moellmann <gerd@gnu.org> 152000-07-05 Gerd Moellmann <gerd@gnu.org>
2 16
3 * print.c (print_error_message): If Vsignaling_function is set, 17 * print.c (print_error_message): If Vsignaling_function is set,