forked from len0rd/rockbox
remove extra include of core bmp.c from a previous attempt at pluginlib scaler
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19672 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4eedc93357
commit
d32ebec9da
1 changed files with 0 additions and 2 deletions
|
|
@ -87,8 +87,6 @@ int save_bmp_file( char* filename, struct bitmap *bm, const struct plugin_api* r
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "../../recorder/bmp.c"
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Very simple image scale from src to dst (nearest neighbour).
|
Very simple image scale from src to dst (nearest neighbour).
|
||||||
Source and destination dimensions are read from the struct bitmap.
|
Source and destination dimensions are read from the struct bitmap.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue