diff options
author | B. Watson <yalhcru@gmail.com> | 2012-12-16 16:42:46 +0100 |
---|---|---|
committer | Matteo Bernardini <ponce@slackbuilds.org> | 2012-12-16 16:43:08 +0100 |
commit | 7d3cc5499bb1d8cddb2d7377b755bf36fe8aef0a (patch) | |
tree | c89f517324e80cb8604208c1f54626d3fbf98748 /audio/vocoder/compile_fix.diff | |
parent | effec6d0ff8e31f993735dde1e30e752c624dc36 (diff) | |
download | slackbuilds-7d3cc5499bb1d8cddb2d7377b755bf36fe8aef0a.tar.gz |
audio/vocoder: Added (standalone JACK vocoder effect).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'audio/vocoder/compile_fix.diff')
-rw-r--r-- | audio/vocoder/compile_fix.diff | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/audio/vocoder/compile_fix.diff b/audio/vocoder/compile_fix.diff new file mode 100644 index 0000000000..b0fc05d685 --- /dev/null +++ b/audio/vocoder/compile_fix.diff @@ -0,0 +1,22 @@ +diff -Naur vocoder/src/output_jack.cpp vocoder.patched/src/output_jack.cpp +--- vocoder/src/output_jack.cpp 2009-05-25 17:56:46.000000000 -0400 ++++ vocoder.patched/src/output_jack.cpp 2012-11-22 15:10:01.000000000 -0500 +@@ -5,6 +5,7 @@ + */ + + // Includes /*fold00*/ ++#include <unistd.h> + #include <iostream> + #include "output_jack.h" + +diff -Naur vocoder/util/play_loop.cc vocoder.patched/util/play_loop.cc +--- vocoder/util/play_loop.cc 2009-03-07 05:42:17.000000000 -0500 ++++ vocoder.patched/util/play_loop.cc 2012-11-22 15:09:10.000000000 -0500 +@@ -5,6 +5,7 @@ + */ + + // Includes /*fold00*/ ++#include <unistd.h> + #include <string.h> + #include <getopt.h> + #include <sndfile.h> |