diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2008-02-15 19:35:06 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2008-02-15 19:35:06 +0000 |
commit | a1e3e4ba3e1d78f91789cc31159f59dce4649d44 (patch) | |
tree | 16839ac23d8c18b1e5f822f447514cf52cdf602c /libavfilter/Makefile | |
parent | 538e94d50596fcf9e500e3307f2a788864a6a747 (diff) | |
download | ffmpeg-a1e3e4ba3e1d78f91789cc31159f59dce4649d44.tar.gz |
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/Makefile | 2 |
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 |