mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-30 07:39:42 +02:00
Also, necessarily coupled with this: * add CMakeLists.txt for vendored libnyquist * fix SoundTouch header include paths * move nyq_reformat_aud_do_response function * handle portSMF headers installed to portsmf or portSMF Signed-off-by: Be <be@mixxx.org>
6 lines
102 B
C
6 lines
102 B
C
#ifdef PORTSMF_CAPITAL
|
|
#include <portSMF/allegro.h>
|
|
#else
|
|
#include <portsmf/allegro.h>
|
|
#endif
|