forked from len0rd/rockbox
remove align_buffer from firmare/general.c, replacing with ALIGN_BUFFER macro, and replace all uses of it (only resize.c in core, and pictureflow and mpegplayer plugins), remove it from plugin_api,
and remove wrapper for it from plugin.h git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19758 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c0d9084d6a
commit
2fbf09752d
12 changed files with 23 additions and 59 deletions
|
@ -36,9 +36,6 @@
|
|||
#define cpu_boost rb->cpu_boost
|
||||
#endif
|
||||
#define yield rb->yield
|
||||
#if CONFIG_CODEC == SWCODEC
|
||||
#define align_buffer rb->align_buffer
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue