summaryrefslogtreecommitdiff
path: root/audio/mikmod/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'audio/mikmod/patches/patch-ae')
-rw-r--r--audio/mikmod/patches/patch-ae14
1 files changed, 2 insertions, 12 deletions
diff --git a/audio/mikmod/patches/patch-ae b/audio/mikmod/patches/patch-ae
index 310c745bdf3..9faae8740a9 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 Fri Mar 20 03:13:13 1998
+--- playercode/unix_drv/drv_sun.c.orig Wed Jan 14 15:33:36 1998
++++ playercode/unix_drv/drv_sun.c Sat Jul 4 02:14:56 1998
@@ -33,7 +33,7 @@
#include "mikmod.h"
@@ -9,13 +9,3 @@
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;