Skip to content

Commit

Permalink
Fix crash with jack under ARM
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Jul 25, 2023
1 parent 03a537e commit 5b17dc7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions source/jackbridge/JackBridge.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,11 @@
# endif
#endif

#if (defined(__arm__) || defined(__aarch64__) || defined(__mips__) || defined(__ppc__) || defined(__powerpc__)) && !defined(__APPLE__)
# undef POST_PACKED_STRUCTURE
# define POST_PACKED_STRUCTURE
#endif

#define JACK_DEFAULT_AUDIO_TYPE "32 bit float mono audio"
#define JACK_DEFAULT_MIDI_TYPE "8 bit raw midi"

Expand Down

0 comments on commit 5b17dc7

Please sign in to comment.