Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/alexmarsev/soxr.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Sykes <rob@rob-Ideapad-S205.(none)>2013-02-27 02:25:40 +0400
committerRob Sykes <rob@rob-Ideapad-S205.(none)>2013-02-27 02:25:40 +0400
commit91e0238271b7bb61c9d68fbb98b99dcf07a1e7cd (patch)
treefcfe81bc6e0dd30ef8cadd2bb2ee71cf9c575157
parentf53fc0280bce37ce2763e10891083b6cd9904b2b (diff)
changes that will be needed for libsox
-rw-r--r--src/ccrw2.h2
-rw-r--r--src/rate.h2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/ccrw2.h b/src/ccrw2.h
index 51a715f..b42185b 100644
--- a/src/ccrw2.h
+++ b/src/ccrw2.h
@@ -6,7 +6,9 @@
#if !defined ccrw2_included
#define ccrw2_included
+#if defined SOXR_LIB
#include "internal.h"
+#endif
#if defined _OPENMP
diff --git a/src/rate.h b/src/rate.h
index 39c6695..29abd54 100644
--- a/src/rate.h
+++ b/src/rate.h
@@ -7,9 +7,9 @@
#include <stdlib.h>
#include "filter.h"
-#include "internal.h"
#if defined SOXR_LIB
+#include "internal.h"
typedef void (* fn_t)(void);
extern fn_t RDFT_CB[11];