1--- src/video_yuv.c.orig 2003-04-03 13:27:29 UTC 2+++ src/video_yuv.c 3@@ -25,6 +25,10 @@ 4 #include "memory.h" 5 #include "message.h" 6 7+Uint32 yuv_flag; 8+SDL_Overlay *overlay; 9+yuv_t rgb2yuv[65536]; 10+ 11 void init_message_yuv(void) { 12 13 } 14 15