We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 537b2d9 commit 7221faeCopy full SHA for 7221fae
java/jni/ffts_jni.c
@@ -38,6 +38,8 @@
38
// the classes ... but we can't build the project without the jni.
39
#ifdef ANDROID
40
#include <jni.h>
41
+#define NEEDS_ALIGNED
42
+#undef HAVE_DECL_POSIX_MEMALIGN
43
#else
44
#include "nz_ac_waikato_ffts_FFTS.h"
45
#endif
0 commit comments