[FFmpeg-cvslog] r11957 - trunk/libavfilter/Makefile

vitor subversion
Fri Feb 15 20:35:06 CET 2008


Author: vitor
Date: Fri Feb 15 20:35:06 2008
New Revision: 11957

Log:
Improve conditional compilation of vsrc_movie.c
Commited in SoC by Vitor Sessak on 2008-02-13 17:59:45


Modified:
   trunk/libavfilter/Makefile

Modified: trunk/libavfilter/Makefile
==============================================================================
--- trunk/libavfilter/Makefile	(original)
+++ trunk/libavfilter/Makefile	Fri Feb 15 20:35:06 2008
@@ -27,7 +27,7 @@ OBJS-$(CONFIG_VF_SLICIFY)    += vf_slici
 OBJS-$(CONFIG_VF_SPLIT)      += vf_split.o
 OBJS-$(CONFIG_VF_TRANSPOSE)  += vf_transpose.o
 OBJS-$(CONFIG_VF_VFLIP)      += vf_vflip.o
-OBJS-$(CONFIG_AVFILTER_LAVF) += vsrc_movie.o
+OBJS-$(CONFIG_VSRC_MOVIE)    += vsrc_movie.o
 
 HEADERS = avfilter.h
 




More information about the ffmpeg-cvslog mailing list