diff options
author | Clément Bœsch <ubitux@gmail.com> | 2012-11-29 03:28:37 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-12-04 01:49:03 +0100 |
commit | 3313e46c4ae29899a76e85c1f59524f64ce43095 (patch) | |
tree | df74762f3d8f81b9d22ef4379b15cf603887a5ee /libavfilter/Makefile | |
parent | b5eb630e216cd997050744aca0864012d5e1f7c9 (diff) | |
download | ffmpeg-3313e46c4ae29899a76e85c1f59524f64ce43095.tar.gz |
lavfi: add subtitles 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 0e4991212a..377bd4d701 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -134,6 +134,7 @@ OBJS-$(CONFIG_SETTB_FILTER) += f_settb.o OBJS-$(CONFIG_SHOWINFO_FILTER) += vf_showinfo.o OBJS-$(CONFIG_SMARTBLUR_FILTER) += vf_smartblur.o OBJS-$(CONFIG_SPLIT_FILTER) += split.o +OBJS-$(CONFIG_SUBTITLES_FILTER) += vf_ass.o OBJS-$(CONFIG_SUPER2XSAI_FILTER) += vf_super2xsai.o OBJS-$(CONFIG_SWAPUV_FILTER) += vf_swapuv.o OBJS-$(CONFIG_THUMBNAIL_FILTER) += vf_thumbnail.o |