On Sun, Jan 27, 2008 at 03:31:48PM +0100, Víctor Paesa wrote: > > Here is attached the next revision: > > --- Makefile (revision 1842) > +++ Makefile (working copy) > @@ -25,12 +25,20 @@ > vf_vflip.o \ > avfiltergraphfile.o \ > > +ifeq ($(CONFIG_AVFILTER_LAVF),yes) > +OBJS-yes += vsrc_movie.o > +endif OBJS-$(CONFIG_AVFILTER_LAVF) Diego