summaryrefslogtreecommitdiffstats
path: root/logotool
diff options
context:
space:
mode:
authorpancake <pancake@dazo>2007-05-01 15:01:23 +0200
committerpancake <pancake@dazo>2007-05-01 15:01:23 +0200
commitd0f9d78335c0a4b816a1b7eda25a3513689f02b5 (patch)
tree4aacb0ff8e3e97ad7687ae615ea7bac0b8f564c7 /logotool
parent3e13254858c69e76c86ba19aa9cb6e24454b7555 (diff)
download0xFFFF-d0f9d78335c0a4b816a1b7eda25a3513689f02b5.tar.bz2
* Move usb-dev related code to devices.c from main.c
* Create a root Makefile to build the flasher, logotool and install * Clean some warning messages
Diffstat (limited to 'logotool')
-rw-r--r--logotool/logotool.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/logotool/logotool.c b/logotool/logotool.c
index b81e407..72e33d8 100644
--- a/logotool/logotool.c
+++ b/logotool/logotool.c
@@ -32,6 +32,7 @@
int uncompress_image(char *srcf, char *dstf);
int compress_image(char *srcf, char *dstf, int w, int h);
+int rgb2yuv(char *from, char *to, int width, int height);
static int show_usage()
{