diff options
| author | Andrew Mahone <andrew.mahone@gmail.com> | 2009-01-24 22:57:57 +0000 |
|---|---|---|
| committer | Andrew Mahone <andrew.mahone@gmail.com> | 2009-01-24 22:57:57 +0000 |
| commit | 499426caf953627696415515c4a95513d5dbc329 (patch) | |
| tree | 01924fa67b9bf133a7c986274ced07d7e66c978d /apps/plugins/mp3_encoder.c | |
| parent | 2490262eee17c3dcff0a39fb4011662dfdfc4478 (diff) | |
| download | rockbox-499426caf953627696415515c4a95513d5dbc329.zip rockbox-499426caf953627696415515c4a95513d5dbc329.tar.gz rockbox-499426caf953627696415515c4a95513d5dbc329.tar.bz2 rockbox-499426caf953627696415515c4a95513d5dbc329.tar.xz | |
remove MEM_FUNCTION_WRAPPERS, and private mem* implementations from plugins, and replace with pluginlib implementations in plugins/lib/gcc-support.c
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19847 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/mp3_encoder.c')
| -rw-r--r-- | apps/plugins/mp3_encoder.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/plugins/mp3_encoder.c b/apps/plugins/mp3_encoder.c index bbba5ab..c0e3cd4 100644 --- a/apps/plugins/mp3_encoder.c +++ b/apps/plugins/mp3_encoder.c @@ -17,8 +17,6 @@ PLUGIN_HEADER PLUGIN_IRAM_DECLARE -MEM_FUNCTION_WRAPPERS; - #define SAMP_PER_FRAME 1152 #define SAMPL2 576 #define SBLIMIT 32 |