diff options
Diffstat (limited to 'audio/mad/files/patch-ab')
-rw-r--r-- | audio/mad/files/patch-ab | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/audio/mad/files/patch-ab b/audio/mad/files/patch-ab deleted file mode 100644 index 4baa9602788c..000000000000 --- a/audio/mad/files/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ ---- audio_oss.c.orig Thu Nov 16 03:51:04 2000 -+++ audio_oss.c Sat Nov 18 13:45:25 2000 -@@ -57,6 +57,10 @@ - # undef AUDIO_TRY32BITS - # endif - -+# if !defined(SNDCTL_DSP_CHANNELS) && defined(SOUND_PCM_WRITE_CHANNELS) -+# define SNDCTL_DSP_CHANNELS SOUND_PCM_WRITE_CHANNELS -+# endif -+ - # define AUDIO_DEVICE "/dev/dsp" - - static int sfd; |