diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2011-12-25 17:37:53 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-06-20 12:37:57 +0200 |
commit | 3ea3e32e03eb0cffa088c737230e4a18850a0860 (patch) | |
tree | 84ca78cb171ac16e45f86deb18f4f4dd134d6e79 /libavfilter/Makefile | |
parent | 93bbe53c441ef3b6e3d92023f4dc99b34e47135b (diff) | |
download | ffmpeg-3ea3e32e03eb0cffa088c737230e4a18850a0860.tar.gz |
lavfi: add showwaves filter
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r-- | libavfilter/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile index 72bb6409db..6de6ef4baf 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -193,6 +193,8 @@ OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_yuvcsp.o OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_yvu9.o OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/pullup.o +# transmedia filters +OBJS-$(CONFIG_SHOWWAVES_FILTER) += avf_showwaves.o TESTPROGS = drawutils formats |