no need to use aligned malloc here (though this file is currently unused)

master
Rob Sykes 2013-02-26 22:17:23 +00:00
parent bcf9851195
commit e885a8c9b1
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
/* SoX Resampler Library Copyright (c) 2007-13 robs@users.sourceforge.net
* Licence for this file: LGPL v2.1 See LICENCE for details. */
#define _soxr_simd_aligned_free free
#define _soxr_simd_aligned_malloc malloc
#define PFFFT_SIMD_DISABLE
#include "pffft.c"
#include "filter.h"