summaryrefslogtreecommitdiff
path: root/apps/plugins/lib
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2009-01-12 21:56:46 +0000
committerBjörn Stenberg <bjorn@haxx.se>2009-01-12 21:56:46 +0000
commit52320b83c0e9fb3c3f6c463f8bd61de35f03b235 (patch)
tree995a6f7e903f2a142ce64e05b27fa5e189b8544c /apps/plugins/lib
parentbbd33a0a7db188e874b11e30e509f32c13200aea (diff)
downloadrockbox-52320b83c0e9fb3c3f6c463f8bd61de35f03b235.tar.gz
rockbox-52320b83c0e9fb3c3f6c463f8bd61de35f03b235.zip
Added missing dependencies for codeclib and pluginlib. This required renaming some files that have twins in other places.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19756 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/lib')
-rw-r--r--apps/plugins/lib/SOURCES4
-rw-r--r--apps/plugins/lib/bmp_smooth_scale.c2
-rw-r--r--apps/plugins/lib/pluginlib_bmp.c (renamed from apps/plugins/lib/bmp.c)2
-rw-r--r--apps/plugins/lib/pluginlib_bmp.h (renamed from apps/plugins/lib/bmp.h)0
-rw-r--r--apps/plugins/lib/pluginlib_resize.c (renamed from apps/plugins/lib/resize.c)0
-rw-r--r--apps/plugins/lib/pluginlib_resize.h (renamed from apps/plugins/lib/resize.h)0
6 files changed, 4 insertions, 4 deletions
diff --git a/apps/plugins/lib/SOURCES b/apps/plugins/lib/SOURCES
index b55fea0620..bb7da12e8b 100644
--- a/apps/plugins/lib/SOURCES
+++ b/apps/plugins/lib/SOURCES
@@ -9,7 +9,7 @@ rgb_hsv.c
9 pluginlib for use with greylib overlay output 9 pluginlib for use with greylib overlay output
10*/ 10*/
11#if LCD_DEPTH == 1 11#if LCD_DEPTH == 1
12resize.c 12pluginlib_resize.c
13#endif 13#endif
14grey_core.c 14grey_core.c
15grey_draw.c 15grey_draw.c
@@ -37,7 +37,7 @@ picture.c
37xlcd_core.c 37xlcd_core.c
38xlcd_draw.c 38xlcd_draw.c
39xlcd_scroll.c 39xlcd_scroll.c
40bmp.c 40pluginlib_bmp.c
41#ifdef HAVE_LCD_COLOR 41#ifdef HAVE_LCD_COLOR
42bmp_smooth_scale.c 42bmp_smooth_scale.c
43#endif 43#endif
diff --git a/apps/plugins/lib/bmp_smooth_scale.c b/apps/plugins/lib/bmp_smooth_scale.c
index 860a20e7df..4d5eab00a0 100644
--- a/apps/plugins/lib/bmp_smooth_scale.c
+++ b/apps/plugins/lib/bmp_smooth_scale.c
@@ -70,7 +70,7 @@
70 * (C) Daniel M. Duley. 70 * (C) Daniel M. Duley.
71 */ 71 */
72 72
73#include "bmp.h" 73#include "pluginlib_bmp.h"
74#include "lcd.h" 74#include "lcd.h"
75 75
76void smooth_resize_bitmap(struct bitmap *src_bmp, struct bitmap *dest_bmp) 76void smooth_resize_bitmap(struct bitmap *src_bmp, struct bitmap *dest_bmp)
diff --git a/apps/plugins/lib/bmp.c b/apps/plugins/lib/pluginlib_bmp.c
index 1cb24d3ea0..b1dd53b15e 100644
--- a/apps/plugins/lib/bmp.c
+++ b/apps/plugins/lib/pluginlib_bmp.c
@@ -20,7 +20,7 @@
20 * 20 *
21 ****************************************************************************/ 21 ****************************************************************************/
22 22
23#include "bmp.h" 23#include "pluginlib_bmp.h"
24 24
25#include "lcd.h" 25#include "lcd.h"
26#include "file.h" 26#include "file.h"
diff --git a/apps/plugins/lib/bmp.h b/apps/plugins/lib/pluginlib_bmp.h
index 0e7a0a4933..0e7a0a4933 100644
--- a/apps/plugins/lib/bmp.h
+++ b/apps/plugins/lib/pluginlib_bmp.h
diff --git a/apps/plugins/lib/resize.c b/apps/plugins/lib/pluginlib_resize.c
index 28446e75a7..28446e75a7 100644
--- a/apps/plugins/lib/resize.c
+++ b/apps/plugins/lib/pluginlib_resize.c
diff --git a/apps/plugins/lib/resize.h b/apps/plugins/lib/pluginlib_resize.h
index 46a8977675..46a8977675 100644
--- a/apps/plugins/lib/resize.h
+++ b/apps/plugins/lib/pluginlib_resize.h