summaryrefslogtreecommitdiff
path: root/audio/mikmod
diff options
context:
space:
mode:
authormycroft <mycroft>1998-03-20 08:25:15 +0000
committermycroft <mycroft>1998-03-20 08:25:15 +0000
commit5f6667fc07357c350ab665107480a61cf4f19cd0 (patch)
treee61afe5ded01b1608af146a8ac92a964498fecae /audio/mikmod
parent5fd98a7aec63baa5ff718a35c3e2ec9f5c43a340 (diff)
downloadpkgsrc-5f6667fc07357c350ab665107480a61cf4f19cd0.tar.gz
Remove spurious warning.
Diffstat (limited to 'audio/mikmod')
-rw-r--r--audio/mikmod/patches/patch-ae12
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;