[FFmpeg-soc] libavfilter: movie source filter

Diego Biurrun diego at biurrun.de
Sun Jan 27 15:42:24 CET 2008


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



More information about the FFmpeg-soc mailing list