diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2012-07-17 01:05:05 +0200 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2012-07-23 11:34:20 +0200 |
commit | be33da9a1d23f4770f6f1e01157f601ac6453b13 (patch) | |
tree | 5b085f972aea5b79fcf3d2104b3295483f8ae2dc /libavfilter/Makefile | |
parent | 1cadab602343c4f577d2710a43bc66fde5a0d20b (diff) | |
download | ffmpeg-be33da9a1d23f4770f6f1e01157f601ac6453b13.tar.gz |
lavfi: add concat filter.
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r-- | libavfilter/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile index a177752352..eae84fa7b8 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -199,6 +199,7 @@ OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_yvu9.o OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/pullup.o # transmedia filters +OBJS-$(CONFIG_CONCAT_FILTER) += avf_concat.o OBJS-$(CONFIG_SHOWWAVES_FILTER) += avf_showwaves.o TOOLS = graph2dot |