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

github.com/mpc-hc/sanear.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dll/src/soxr-config.h')
-rw-r--r--dll/src/soxr-config.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/dll/src/soxr-config.h b/dll/src/soxr-config.h
deleted file mode 100644
index 4a6150f..0000000
--- a/dll/src/soxr-config.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#pragma once
-
-#define HAVE_SINGLE_PRECISION 1
-#define HAVE_DOUBLE_PRECISION 1
-#define HAVE_SIMD 1
-#define HAVE_FENV_H 1
-#define HAVE_LRINT 1
-
-#define HAVE_AVFFT 0
-#define WORDS_BIGENDIAN 0
-
-#include <inttypes.h>
-#include <stdbool.h>