Skip to content

Commit 3220bb3

Browse files
committed
Improved bungee
1 parent 66ae3d7 commit 3220bb3

41 files changed

Lines changed: 6 additions & 5 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

examples/graphics/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ yup_standalone_app (
8181
libvorbis
8282
libpng
8383
libwebp
84+
bungee_library
8485
${additional_modules}
8586
${link_libraries})
8687

modules/yup_dsp/frequency/yup_FFTProcessor.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,15 +131,15 @@ class FFTProcessor
131131
/** Returns a string describing the active FFT backend */
132132
String getBackendName() const;
133133

134-
//==============================================================================
134+
//==============================================================================
135135
#ifndef DOXYGEN
136136
/** @internal */
137137
class Engine;
138138
#endif
139139

140140
private:
141141
//==============================================================================
142-
void updateScalingFactor ();
142+
void updateScalingFactor();
143143
void applyScaling (float* data, int numElements, bool isForward) const;
144144

145145
//==============================================================================

thirdparty/bungee/bungee.cpp renamed to thirdparty/bungee_library/bungee_library.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
==============================================================================
2020
*/
2121

22-
#include "bungee.h"
22+
#include "bungee_library.h"
2323

2424
#include "src/Assert.cpp"
2525
#include "src/Fourier.cpp"

thirdparty/bungee/bungee.h renamed to thirdparty/bungee_library/bungee_library.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
website: https://github.com/mackron/dr_libs
3333
license: MPL2.0
3434
35-
dependencies: pffft eigen
35+
dependencies: pffft_library eigen
3636
searchpaths: upstream
37-
defines: BUNGEE_USE_PFFFT=1
37+
defines: BUNGEE_USE_PFFFT=1 BUNGEE_VERSION="2.4.8"
3838
3939
END_YUP_MODULE_DECLARATION
4040
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)