summaryrefslogtreecommitdiff
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorVitor Sessak <vitor1001@gmail.com>2008-02-15 19:35:06 +0000
committerVitor Sessak <vitor1001@gmail.com>2008-02-15 19:35:06 +0000
commita1e3e4ba3e1d78f91789cc31159f59dce4649d44 (patch)
tree16839ac23d8c18b1e5f822f447514cf52cdf602c /libavfilter/Makefile
parent538e94d50596fcf9e500e3307f2a788864a6a747 (diff)
Improve conditional compilation of vsrc_movie.c
Commited in SoC by Vitor Sessak on 2008-02-13 17:59:45 Originally committed as revision 11957 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r--libavfilter/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index efb766785e..fdc5588ad4 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -27,7 +27,7 @@ OBJS-$(CONFIG_VF_SLICIFY) += vf_slicify.o
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