diff options
author | mycroft <mycroft> | 1998-03-20 08:25:15 +0000 |
---|---|---|
committer | mycroft <mycroft> | 1998-03-20 08:25:15 +0000 |
commit | 8ae661d9c2f11463f3598b33a10976550bdb1455 (patch) | |
tree | e61afe5ded01b1608af146a8ac92a964498fecae /audio | |
parent | 2b8037e344be21fbeb82bb8b3beb4f968966d3e0 (diff) | |
download | pkgsrc-8ae661d9c2f11463f3598b33a10976550bdb1455.tar.gz |
Remove spurious warning.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mikmod/patches/patch-ae | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/audio/mikmod/patches/patch-ae b/audio/mikmod/patches/patch-ae index 37d4b6986f4..310c745bdf3 100644 --- a/audio/mikmod/patches/patch-ae +++ b/audio/mikmod/patches/patch-ae @@ -1,5 +1,5 @@ --- drv_sun.c.orig Sat Nov 30 22:09:55 1996 -+++ drv_sun.c Sat Mar 7 05:59:39 1998 ++++ drv_sun.c Fri Mar 20 03:13:13 1998 @@ -33,7 +33,7 @@ #include "mikmod.h" @@ -9,3 +9,13 @@ static int sndfd; /* we need these in a few places */ static int play_encoding = -1, play_precision, fragsize = DEFAULT_FRAGSIZE; +@@ -173,9 +173,6 @@ + close( sndfd ); + return 0; + } +- if(!quiet) +- if( (play_stereo != 1 || play_rate != 8000) && AUDIO_ENCODING_ULAW ) +- printf( "Warning: not using 8khz mono with ulaw. This might not sound good\n" ); + + AUDIO_INITINFO( &audioinfo ); + audioinfo.play.precision = play_precision; |