Browse Source

Enable vfork; cleanup

tags/2018-04-16
falkTX 11 years ago
parent
commit
2d4a6e3172
2 changed files with 2 additions and 23 deletions
  1. +0
    -23
      libs/drowaudio/build-drowaudio/AppConfig.h
  2. +2
    -0
      libs/juce/build-juce/AppConfig.h

+ 0
- 23
libs/drowaudio/build-drowaudio/AppConfig.h View File

@@ -11,27 +11,4 @@
#include "../build-juce/AppConfig.h"
/** Config: DROWAUDIO_USE_FFTREAL
Enables the FFTReal library. By default this is enabled except on the Mac
where the Accelerate framework is preferred. However, if you do explicity
enable this setting fftreal can be used for testing purposes.
*/
#if JUCE_MAC
#define DROWAUDIO_USE_FFTREAL 0
#else
#define DROWAUDIO_USE_FFTREAL 1
#endif
/** Config: DROWAUDIO_USE_SOUNDTOUCH
Enables the SoundTouch library and the associated SoundTouch classes for
independant pitch and tempo scaling. By default this is enabled.
*/
#define DROWAUDIO_USE_SOUNDTOUCH 1
/** Config: DROWAUDIO_USE_CURL
Enables the cURL library and the associated network classes. By default
this is enabled.
*/
#define DROWAUDIO_USE_CURL 0
#endif // BUILD_DROWAUDIO_APPCONFIG_H_INCLUDED

+ 2
- 0
libs/juce/build-juce/AppConfig.h View File

@@ -201,6 +201,8 @@
*/
#define JUCE_CATCH_UNHANDLED_EXCEPTIONS 0
#define JUCE_USE_VFORK 1
//=============================================================================
// juce_data_structures


Loading…
Cancel
Save