1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-09 23:34:20 +00:00

JACK: Fix build failure on Linux when JUCE_JACK=1

This commit is contained in:
reuk 2025-06-25 18:46:00 +01:00
parent de9c29f8e7
commit a99bff1e1d
No known key found for this signature in database
24 changed files with 26 additions and 40 deletions

View file

@ -176,20 +176,6 @@
#include "native/juce_ALSA_weak_linux.h"
#include "native/juce_ALSA_linux.cpp"
#endif
#if JUCE_JACK
/* Got an include error here? If so, you've either not got jack-audio-connection-kit
installed, or you've not got your paths set up correctly to find its header files.
The package you need to install to get JACK support is "libjack-dev".
If you don't have the jack-audio-connection-kit library and don't want to build
JUCE with low latency audio support, just set the JUCE_JACK flag to 0.
*/
#include <jack/jack.h>
#include "native/juce_JackAudio_linux.cpp"
#endif
#undef SIZEOF
//==============================================================================