summaryrefslogtreecommitdiff
path: root/audio/gnomemedia2/files/patch-gmix::gmix.h
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-05-08 22:40:48 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-05-08 22:40:48 +0000
commit0201c1639c58cc28f1446da1c7df6e9d2c22c4f0 (patch)
tree0ef93b6cbe41ebe659a186869062b8fc714f4183 /audio/gnomemedia2/files/patch-gmix::gmix.h
parentAdd gnomecontrolcenter2 after repo copy from gnomecontrolcenter. This (diff)
Add gnomemedia2 after repo copy from gnomemedia. This is a port of the
multimedia tools for the GNOME 2.0 desktop.
Diffstat (limited to 'audio/gnomemedia2/files/patch-gmix::gmix.h')
-rw-r--r--audio/gnomemedia2/files/patch-gmix::gmix.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/audio/gnomemedia2/files/patch-gmix::gmix.h b/audio/gnomemedia2/files/patch-gmix::gmix.h
deleted file mode 100644
index 7718b6cd4dba..000000000000
--- a/audio/gnomemedia2/files/patch-gmix::gmix.h
+++ /dev/null
@@ -1,22 +0,0 @@
-
-$FreeBSD$
-
---- gmix/gmix.h 2001/07/13 09:44:04 1.1
-+++ gmix/gmix.h 2001/07/13 09:44:44
-@@ -39,6 +39,16 @@
- /*
- * All, that is known about a mixer-device
- */
-+#if !defined(OPEN_SOUND_SYSTEM)
-+typedef struct mixer_info
-+{
-+ char id[16];
-+ char name[32];
-+ int modify_counter;
-+ int fillers[10];
-+} mixer_info;
-+#endif
-+
- typedef struct device_info {
- #ifdef ALSA
- snd_mixer_t *handle;