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

juce_audio_processors: Exclusively use JUCE_INTERNAL_HAS_* macros in place of JUCE_PLUGINHOST_* macros

This change also moves the PLUGINHOST config flags to the
juce_audio_processors_headless module header, as this is now the
lowest-level module that uses these flags. This change shouldn't require
any Projucer/CMake changes.
This commit is contained in:
reuk 2025-09-22 13:44:33 +01:00
parent 6c627b7b25
commit 51c4a484ee
No known key found for this signature in database
40 changed files with 140 additions and 145 deletions

View file

@ -40,10 +40,10 @@
juce_audio_processors_headless
exporters: xcode_mac, vs2022, vs2026, linux_make
moduleFlags: JUCE_STRICT_REFCOUNTEDPOINTER=1
JUCE_PLUGINHOST_LV2=1
JUCE_PLUGINHOST_VST3=1
JUCE_PLUGINHOST_VST=0
moduleFlags: JUCE_STRICT_REFCOUNTEDPOINTER=1,
JUCE_PLUGINHOST_LV2=1,
JUCE_PLUGINHOST_VST3=1,
JUCE_PLUGINHOST_VST=0,
JUCE_PLUGINHOST_AU=1
type: AudioProcessor