summaryrefslogtreecommitdiff
path: root/comms/linpsk/files/patch-src_csound.h
diff options
context:
space:
mode:
Diffstat (limited to 'comms/linpsk/files/patch-src_csound.h')
-rw-r--r--comms/linpsk/files/patch-src_csound.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/comms/linpsk/files/patch-src_csound.h b/comms/linpsk/files/patch-src_csound.h
deleted file mode 100644
index d2cd129171e5..000000000000
--- a/comms/linpsk/files/patch-src_csound.h
+++ /dev/null
@@ -1,19 +0,0 @@
---- src/csound.h.orig 2013-12-24 23:45:41.000000000 -0800
-+++ src/csound.h 2015-01-07 07:38:09.000000000 -0800
-@@ -22,6 +22,7 @@
- #include <fcntl.h>
- #include <sys/types.h>
- #include <sys/stat.h>
-+#include <inttypes.h>
-
- #include <QMutex>
- #include <QWaitCondition>
-@@ -49,7 +50,7 @@
- private: // Private attributes
- snd_pcm_t *handle;
- bool output;
-- double buffer[2*BUF_SIZE]; // 16 bit , stereo
-+ int32_t buffer[2*BUF_SIZE]; // 16 bit , stereo
- QMutex LockPointers;
- QWaitCondition WakeUp;
- void record();