diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2011-09-17 15:52:19 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2011-11-26 10:42:33 +0100 |
commit | 28338bc2a3bb316cde2dfc308722c3cdc3d7b046 (patch) | |
tree | 120c8fbbaf4f5d2e203265f2994931d2f61a41be /libavfilter/Makefile | |
parent | 31a1342e7a84235eab725bc11e2a708d293624a3 (diff) | |
download | ffmpeg-28338bc2a3bb316cde2dfc308722c3cdc3d7b046.tar.gz |
lavfi: add libass based subtitles renderer
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 cab6f2e8ac..27979a3c76 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -40,6 +40,7 @@ OBJS-$(CONFIG_ANULLSRC_FILTER) += asrc_anullsrc.o OBJS-$(CONFIG_ABUFFERSINK_FILTER) += sink_buffer.o OBJS-$(CONFIG_ANULLSINK_FILTER) += asink_anullsink.o +OBJS-$(CONFIG_ASS_FILTER) += vf_ass.o OBJS-$(CONFIG_BLACKFRAME_FILTER) += vf_blackframe.o OBJS-$(CONFIG_BOXBLUR_FILTER) += vf_boxblur.o OBJS-$(CONFIG_COPY_FILTER) += vf_copy.o |