mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-09 22:53:55 +01:00
Convert default resampler from libresample to libsoxr.
This commit is contained in:
24
lib-src/libsoxr/lsr-tests/config.h.in
Normal file
24
lib-src/libsoxr/lsr-tests/config.h.in
Normal file
@@ -0,0 +1,24 @@
|
||||
/* SoX Resampler Library Copyright (c) 2007-12 robs@users.sourceforge.net
|
||||
* Licence for this file: LGPL v2.1 See LICENCE for details. */
|
||||
|
||||
#if !defined soxsrc_lsr_tests_config_included
|
||||
#define soxsrc_lsr_tests_config_included
|
||||
|
||||
#define HAVE_ALARM @HAVE_ALARM@
|
||||
#define HAVE_FFTW3 @HAVE_FFTW3@
|
||||
#define HAVE_LRINTF @HAVE_LRINTF@
|
||||
#define HAVE_LRINT @HAVE_LRINT@
|
||||
#define HAVE_SIGNAL @HAVE_SIGNAL@
|
||||
#define HAVE_SNDFILE @HAVE_SNDFILE@
|
||||
#define HAVE_SYS_TIMES_H @HAVE_SYS_TIMES_H@
|
||||
|
||||
#if HAVE_SIGNAL
|
||||
#include <signal.h>
|
||||
#if defined SIGALRM
|
||||
#define HAVE_SIGALRM 1
|
||||
#else
|
||||
#define HAVE_SIGALRM 0
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user