From d0f9d78335c0a4b816a1b7eda25a3513689f02b5 Mon Sep 17 00:00:00 2001 From: pancake Date: Tue, 1 May 2007 15:01:23 +0200 Subject: * 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 --- logotool/logotool.c | 1 + 1 file changed, 1 insertion(+) (limited to 'logotool/logotool.c') 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() { -- cgit v1.2.3