diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-12-13 02:48:41 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-12-13 02:48:41 +0000 |
commit | a884d88f995517824c66917da93bc1b7a22e4cfd (patch) | |
tree | 20694a8427e4a048b01e7e8e87724e54df8eb20b /audio/emixer/patches/patch-aa | |
parent | c68fc5fef427f23f7be00e66c740928607fe47cb (diff) | |
download | pkgsrc-a884d88f995517824c66917da93bc1b7a22e4cfd.tar.gz |
eMixer is a front-end to mpg123 that allows you to
play and mix two mp3 streams together. This ability
to mix two mp3s together makes eMixer act like a
cross-fader effectively giving the user DJ like
capabilities from their computer console. eMixer is
also very able in a "real time" party environment.
Best viewed in an (color-)rxvt.
Diffstat (limited to 'audio/emixer/patches/patch-aa')
-rw-r--r-- | audio/emixer/patches/patch-aa | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/audio/emixer/patches/patch-aa b/audio/emixer/patches/patch-aa new file mode 100644 index 00000000000..115d4fd20b7 --- /dev/null +++ b/audio/emixer/patches/patch-aa @@ -0,0 +1,16 @@ +$NetBSD: patch-aa,v 1.1.1.1 1999/12/13 02:48:41 hubertf Exp $ + +--- mixer.h.orig Mon Dec 13 02:18:43 1999 ++++ mixer.h Mon Dec 13 02:19:01 1999 +@@ -17,7 +17,11 @@ + #include <sys/stat.h> + #include <unistd.h> + #include <fcntl.h> ++#ifdef __NetBSD__ ++#include <soundcard.h> ++#else + #include <sys/soundcard.h> ++#endif + #include <signal.h> + #include <sys/types.h> + #include <termios.h> |