cvs commit: src/sys/sys soundcard.h vs. gkrellmvolume2

Craig Boston craig at xfoil.gank.org
Mon Aug 25 19:30:42 PDT 2003


On Monday 25 August 2003 09:27 pm, Craig Boston wrote:
> Anyway, I'm attaching a quick workaround if anyone else running current
> runs in to this.

Earth to brain, come in please!  Actually attaching the patch this time.
-------------- next part --------------
--- unix_mixer.c.orig	Mon Aug 25 21:10:46 2003
+++ unix_mixer.c	Mon Aug 25 21:15:03 2003
@@ -36,6 +36,10 @@
 #include "mixer.h"
 #include "common_mixer.h"
 
+#ifdef SOUND_MIXER_INFO
+#undef SOUND_MIXER_INFO
+#endif
+
 /* tries to open a mixer device, returns NULL on error or otherwise an mixer_t
  * struct */
 mixer_t *mixer_open(char *id) {


More information about the freebsd-current mailing list