diff options
Diffstat (limited to 'audio/rat/files/patch-ae')
-rw-r--r-- | audio/rat/files/patch-ae | 31 |
1 files changed, 12 insertions, 19 deletions
diff --git a/audio/rat/files/patch-ae b/audio/rat/files/patch-ae index e629be28aa06..d4383c889d1d 100644 --- a/audio/rat/files/patch-ae +++ b/audio/rat/files/patch-ae @@ -1,20 +1,13 @@ ---- rat/auddev_pcm.c.orig Wed Oct 18 14:08:46 2000 -+++ rat/auddev_newpcm.c Wed Oct 18 14:09:55 2000 -@@ -9,7 +9,7 @@ - - #ifndef HIDE_SOURCE_STRINGS - static const char cvsid[] = -- "$Id: auddev_newpcm.c,v 1.1 2000/09/16 17:43:23 ucacoxh Exp $"; -+ "$Id: auddev_newpcm.c,v 1.3 2000/10/18 11:15:42 ucacoxh Exp $"; - #endif /* HIDE_SOURCE_STRINGS */ +--- rat/main_control.c.brokenbin Sun Sep 17 02:26:19 2000 ++++ rat/main_control.c Sun Sep 17 02:26:38 2000 +@@ -34,8 +34,8 @@ + #define ENGINE_NAME "ratmedia.exe" + #define CONTROL_NAME "rat.exe" + #else +-#define UI_NAME "rat-"RAT_VERSION"-ui" +-#define ENGINE_NAME "rat-"RAT_VERSION"-media" ++#define UI_NAME "rat-ui" ++#define ENGINE_NAME "rat-media" + #endif - #include "config_unix.h" -@@ -291,6 +291,8 @@ - - NEWPCM_AUDIO_IOCTL(fd, SOUND_MIXER_READ_RECMASK, &recmask); - -+ /* Remove Vol from Rec mask - it is a play control! */ -+ recmask = recmask & ~SOUND_MASK_VOLUME; - if (recmask & SOUND_MASK_MIC) { - iport = SOUND_MASK_MIC; - } else { + #define DEFAULT_RTP_PORT 5004 |