diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2005-06-22 20:05:59 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2005-06-22 20:05:59 +0000 |
| commit | 101872f5705be14c3f917e5ab9476b25cf20d4e3 (patch) | |
| tree | f2988c38b7b4b6e251c8d357d5654d20812e1703 /apps/plugin.c | |
| parent | 8c4bc22488972bc1d0167acd4b38cfbbaa4eb9d3 (diff) | |
| download | rockbox-101872f5705be14c3f917e5ab9476b25cf20d4e3.zip rockbox-101872f5705be14c3f917e5ab9476b25cf20d4e3.tar.gz rockbox-101872f5705be14c3f917e5ab9476b25cf20d4e3.tar.bz2 rockbox-101872f5705be14c3f917e5ab9476b25cf20d4e3.tar.xz | |
no more codecbuf in here
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6816 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.c')
| -rw-r--r-- | apps/plugin.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index 97f811e..7ea443f 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -63,15 +63,11 @@ #ifdef SIMULATOR static unsigned char pluginbuf[PLUGIN_BUFFER_SIZE]; -#if CONFIG_HWCODEC == MASNONE -static unsigned char codecbuf[CODEC_BUFFER_SIZE]; -#endif void *sim_plugin_load(char *plugin, int *fd); void sim_plugin_close(int fd); #else #define sim_plugin_close(x) extern unsigned char pluginbuf[]; -extern unsigned char codecbuf[]; #include "bitswap.h" #endif |