Skip to content

Commit

Permalink
Merge pull request #41 from kmolcard/linux-support
Browse files Browse the repository at this point in the history
include float_vector_stack_blur.h on Linux
  • Loading branch information
sudara authored Dec 11, 2023
2 parents 90cfe17 + 732848b commit 0bc5f33
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions melatonin/support/implementations.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
#else
#include "../implementations/float_vector_stack_blur.h"
#endif
#elif JUCE_LINUX
#include "../implementations/float_vector_stack_blur.h"
#else
#error "Unsupported platform!"
#endif

#if JUCE_MAC || JUCE_IOS
Expand Down

0 comments on commit 0bc5f33

Please sign in to comment.