AuburnSounds / Dplug

Audio plugin framework. VST2/VST3/AU/AAX/LV2 for Linux/macOS/Windows.
https://dplug.org/
Other
479 stars 32 forks source link

Fix nogc function definition #815

Closed LunaTheFoxgirl closed 8 months ago

LunaTheFoxgirl commented 8 months ago

lookup_decoding and decodeBase64 both don't specify a default parameter, which makes compilation fail. This PR fixes this.

p0nce commented 8 months ago

Should be fixed in v14.0.4, thanks for reporting!