aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2011-08-08 14:41:22 +0200
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2011-08-11 16:19:48 +0200
commit1a5e63f924ce6f4e5e10ec859e0cbcdbf839344f (patch)
tree2e67fb6a180117e4db1283b19aff9eeeece4d9de /libavfilter/Makefile
parent961e8f31cfd2fdebf6709bc43cb38440911eb70c (diff)
downloadffmpeg-1a5e63f924ce6f4e5e10ec859e0cbcdbf839344f.tar.gz
lavfi: port mp test source
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r--libavfilter/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index 229c787059..4868be7e36 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -69,6 +69,7 @@ OBJS-$(CONFIG_BUFFER_FILTER) += vsrc_buffer.o
OBJS-$(CONFIG_COLOR_FILTER) += vsrc_color.o
OBJS-$(CONFIG_FREI0R_SRC_FILTER) += vf_frei0r.o
OBJS-$(CONFIG_MOVIE_FILTER) += vsrc_movie.o
+OBJS-$(CONFIG_MPTESTSRC_FILTER) += vsrc_mptestsrc.o
OBJS-$(CONFIG_NULLSRC_FILTER) += vsrc_nullsrc.o
OBJS-$(CONFIG_RGBTESTSRC_FILTER) += vsrc_testsrc.o
OBJS-$(CONFIG_TESTSRC_FILTER) += vsrc_testsrc.o