aboutsummaryrefslogtreecommitdiff
path: root/audio/gnome-media/files/patch-gmix_gmix.h
blob: 600110df6a9f541678394e81da059415d2d98463 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- gmix/gmix.h.orig	Sat Aug 16 15:13:57 2003
+++ gmix/gmix.h	Sat Aug 16 15:14:47 2003
@@ -25,7 +25,7 @@
  */
 #define GMIX_VERSION 0x030000
 
-#if defined(ALSA) || defined(__FreeBSD__)
+#if defined(ALSA) || (defined(__FreeBSD__) && !defined(SOUND_MIXER_INFO))
 /* stolen from OSS's soundcard.h */
 typedef struct mixer_info
 {