Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/usr.bin/audio/common Pull up revisions 1.3-1.4 (via pat...



details:   https://anonhg.NetBSD.org/src/rev/39e2d1774639
branches:  netbsd-1-5
changeset: 492646:39e2d1774639
user:      he <he%NetBSD.org@localhost>
date:      Tue Jan 29 23:20:16 2002 +0000

description:
Pull up revisions 1.3-1.4 (via patch, requested by mrg):
  Bring in several fixes and enhancements to these tools:
   o fix stdin audioplay
   o add WAV support to audiorecord
   o allows any host to output any endian sample
   o don't output a bogus header
   o fix a bug in audiorecord -t
   o many manual page fixes
   o exit immediately on signals

diffstat:

 usr.bin/audio/common/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (13 lines):

diff -r 8099829be1e3 -r 39e2d1774639 usr.bin/audio/common/Makefile
--- a/usr.bin/audio/common/Makefile     Tue Jan 29 23:18:12 2002 +0000
+++ b/usr.bin/audio/common/Makefile     Tue Jan 29 23:20:16 2002 +0000
@@ -1,7 +1,7 @@
-#      $NetBSD: Makefile,v 1.1 1999/03/26 14:02:40 mrg Exp $
+#      $NetBSD: Makefile,v 1.1.10.1 2002/01/29 23:20:16 he Exp $
 
 LIB=   audio
-SRCS=  audio.c
+SRCS=  audio.c wav.c sun.c auconv.c
 
 NOPROFILE=      noprofile
 NOPIC=          nopic



Home | Main Index | Thread Index | Old Index