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 /configure | |
parent | b5eb630e216cd997050744aca0864012d5e1f7c9 (diff) | |
download | ffmpeg-3313e46c4ae29899a76e85c1f59524f64ce43095.tar.gz |
lavfi: add subtitles filter.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1970,6 +1970,7 @@ removelogo_filter_deps="avcodec avformat swscale" scale_filter_deps="swscale" smartblur_filter_deps="gpl swscale" showspectrum_filter_deps="avcodec rdft" +subtitles_filter_deps="avformat avcodec libass" super2xsai_filter_deps="gpl" tinterlace_filter_deps="gpl" yadif_filter_deps="gpl" |