diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2008-03-03 20:53:15 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2008-03-03 20:53:15 +0000 |
commit | 81124ba0d14a2a86ec555a29d4cd8cc97b84fa13 (patch) | |
tree | 758c47c28e72ac2b730caa1e054b0920f9875c9c /libavfilter/Makefile | |
parent | f15e6b869fc1ff3ffef1b1ac7b394e2155b5fafe (diff) | |
download | ffmpeg-81124ba0d14a2a86ec555a29d4cd8cc97b84fa13.tar.gz |
Fix libavfilter compilation and make it more in line
with the other libav*.
Originally committed as revision 12301 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 ab6c6b7960..38f5a2c874 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -7,7 +7,7 @@ OBJS = allfilters.o \ defaults.o \ formats.o \ -#OBJS-$(CONFIG_VF_XXXX) += vf_xxx.o +#OBJS-$(CONFIG_XXX_FILTER) += vf_xxx.o HEADERS = avfilter.h |