summaryrefslogtreecommitdiff
path: root/audio/xmixer/files/patch-ad
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-11-14 03:17:42 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-11-14 03:17:42 +0000
commit7613a069318846401c8567f4b6e0f813f2095afc (patch)
tree4bff54f164ae91380c5e67d8b8db7a1ce4b2ea65 /audio/xmixer/files/patch-ad
parentUpdate to apache version 1.3.9 and RA 29.0. (diff)
Import of xmixer.
Xmixer includes two programs, xmixer and gmixer. xmixer uses Athena widgets and gmixer uses GTK+. It can change the volume for multiple devices, select input device(s) for recording, hide devices you don't want to see, and has batch support. PR: 14555 Submitted by: Trevor Johnson <trevor@jpj.net>
Notes
Notes: svn path=/head/; revision=23101
Diffstat (limited to 'audio/xmixer/files/patch-ad')
-rw-r--r--audio/xmixer/files/patch-ad16
1 files changed, 16 insertions, 0 deletions
diff --git a/audio/xmixer/files/patch-ad b/audio/xmixer/files/patch-ad
new file mode 100644
index 000000000000..143f3e07bcc1
--- /dev/null
+++ b/audio/xmixer/files/patch-ad
@@ -0,0 +1,16 @@
+--- main.c.orig Sat Aug 21 15:26:37 1999
++++ main.c Tue Oct 26 23:47:37 1999
+@@ -22,7 +22,13 @@
+
+ #include <stdio.h>
+ #include <stdlib.h> /* free() */
++#if HAVE_GETOPT_H
+ #include <getopt.h>
++#else
++extern int getopt();
++extern char *optarg;
++extern int optind;
++#endif
+ #include <limits.h>
+ #include "gui.h"
+ #include "mixer.h"