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

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/thirdparty/soxr/soxr-config.h')
-rw-r--r--src/thirdparty/soxr/soxr-config.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/thirdparty/soxr/soxr-config.h b/src/thirdparty/soxr/soxr-config.h
new file mode 100644
index 000000000..55dedf78b
--- /dev/null
+++ b/src/thirdparty/soxr/soxr-config.h
@@ -0,0 +1,13 @@
+#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>