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

@ -367,7 +367,7 @@ add_library( ${BINARY_NAME}
"../../../../../modules/juce_audio_devices/native/juce_CoreMidi_mac.mm"
"../../../../../modules/juce_audio_devices/native/juce_DirectSound_windows.cpp"
"../../../../../modules/juce_audio_devices/native/juce_HighPerformanceAudioHelpers_android.h"
"../../../../../modules/juce_audio_devices/native/juce_JackAudio_linux.cpp"
"../../../../../modules/juce_audio_devices/native/juce_JackAudio.cpp"
"../../../../../modules/juce_audio_devices/native/juce_Midi_android.cpp"
"../../../../../modules/juce_audio_devices/native/juce_Midi_linux.cpp"
"../../../../../modules/juce_audio_devices/native/juce_Midi_windows.cpp"
@ -2820,7 +2820,7 @@ set_source_files_properties(
"../../../../../modules/juce_audio_devices/native/juce_CoreMidi_mac.mm"
"../../../../../modules/juce_audio_devices/native/juce_DirectSound_windows.cpp"
"../../../../../modules/juce_audio_devices/native/juce_HighPerformanceAudioHelpers_android.h"
"../../../../../modules/juce_audio_devices/native/juce_JackAudio_linux.cpp"
"../../../../../modules/juce_audio_devices/native/juce_JackAudio.cpp"
"../../../../../modules/juce_audio_devices/native/juce_Midi_android.cpp"
"../../../../../modules/juce_audio_devices/native/juce_Midi_linux.cpp"
"../../../../../modules/juce_audio_devices/native/juce_Midi_windows.cpp"

View file

@ -545,7 +545,7 @@
<ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\juce_DirectSound_windows.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\juce_JackAudio_linux.cpp">
<ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\juce_JackAudio.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\juce_Midi_android.cpp">

View file

@ -1126,7 +1126,7 @@
<ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\juce_DirectSound_windows.cpp">
<Filter>JUCE Modules\juce_audio_devices\native</Filter>
</ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\juce_JackAudio_linux.cpp">
<ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\juce_JackAudio.cpp">
<Filter>JUCE Modules\juce_audio_devices\native</Filter>
</ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\juce_Midi_android.cpp">

View file

@ -545,7 +545,7 @@
<ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\juce_DirectSound_windows.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\juce_JackAudio_linux.cpp">
<ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\juce_JackAudio.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\juce_Midi_android.cpp">

View file

@ -1126,7 +1126,7 @@
<ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\juce_DirectSound_windows.cpp">
<Filter>JUCE Modules\juce_audio_devices\native</Filter>
</ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\juce_JackAudio_linux.cpp">
<ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\juce_JackAudio.cpp">
<Filter>JUCE Modules\juce_audio_devices\native</Filter>
</ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_audio_devices\native\juce_Midi_android.cpp">