Find platform/sx20/sub/102d/boot.c and change
if (p[0]==0xFF879084) p[0]=(int)movie_record_task;
into
// if (p[0]==0xFF879084) p[0]=(int)movie_record_task;
In platform/sx20/platform_camera.h add the following as last line to remove the video menu:
#undef CAM_CHDK_HAS_EXT_VIDEO_MENU
Can you compile your own CHDK?
been away from chdk for a while, and haven't been into photography for a while either. been busy, but now want to get back to it some!
I followed these steps, it compiled no problem - but the chdk menu still has the video options in it.
I am currently testing to see if these code changes help or not....