diff options
Diffstat (limited to 'apps/plugins/mp3_encoder.c')
| -rw-r--r-- | apps/plugins/mp3_encoder.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugins/mp3_encoder.c b/apps/plugins/mp3_encoder.c index 7037293..d1ef2e0 100644 --- a/apps/plugins/mp3_encoder.c +++ b/apps/plugins/mp3_encoder.c @@ -12,12 +12,15 @@ * Library General Public License for more details. */ #include "plugin.h" +#include "mem_function_wrappers.h" PLUGIN_HEADER PLUGIN_IRAM_DECLARE static struct plugin_api* rb; +MEM_FUNCTION_WRAPPERS(rb); + #define SAMP_PER_FRAME 1152 #define SAMPL2 576 #define SBLIMIT 32 |