On Wed, Sep 01, 2010 at 09:40:26PM -0400, Vlad Seryakov wrote: > > --- command.c (revision 32037) > +++ command.c (working copy) > @@ -70,6 +70,8 @@ > > extern int use_menu; > +extern int edl_adjust_pts; > +extern double start_pts; Please avoid extern declarations in .c files. We have edl.h for this. Diego