opus
opus copied to clipboard
Fix warning for static vs non-static declaration/definitions
In include/opus_custom.h these are declared as OPUS_CUSTOM_EXPORT_STATIC
We want these functions to be static when not building with custom modes enabled. I'm not sure where the warning comes from, but it would have a different cause.