remove align_buffer from firmare/general.c, replacing with ALIGN_BUFFER macro, and...
commit68a750ec500bb3004fe280db1e126d3a1c21b0aa
authorunhelpful <unhelpful@a1c6a512-1295-4272-9138-f99709370657>
Tue, 13 Jan 2009 13:48:26 +0000 (13 13:48 +0000)
committerunhelpful <unhelpful@a1c6a512-1295-4272-9138-f99709370657>
Tue, 13 Jan 2009 13:48:26 +0000 (13 13:48 +0000)
tree98bf09ebc24217d122b61c2a079337b793c35d9b
parent92741d716824c05075a8cd543bdf531899eddeb3
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
12 files changed:
apps/plugin.c
apps/plugin.h
apps/plugins/lib/wrappers.h
apps/plugins/mpegplayer/alloc.c
apps/plugins/mpegplayer/disk_buf.c
apps/plugins/mpegplayer/mpegplayer.c
apps/plugins/pictureflow.c
apps/recorder/resize.c
docs/PLUGIN_API.new
firmware/export/general.h
firmware/export/system.h
firmware/general.c