diff options
author | Clément Bœsch <ubitux@gmail.com> | 2012-11-22 18:19:12 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-12-23 19:03:36 +0100 |
commit | 9b8de930366d58e6256895c8b5111fd5ef61722c (patch) | |
tree | 233d3ba8265303fadb635a77bb9383361fb7e061 /configure | |
parent | 72380d15ae8d7f9245444f4d05d9c38d8ddebf9f (diff) | |
download | ffmpeg-9b8de930366d58e6256895c8b5111fd5ef61722c.tar.gz |
lavfi: add pp filter.
Ported from MPlayer. Original author is A'rpi, with various
contributions from Michael Niedermayer. The original documentation was
mostly written by Diego Biurrun. See the MPlayer history for full
credits.
The filter is under GPL like the original filter, even if it differs
quite a lot. There is not much point in making it LGPL since pp is under
GPL.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1991,6 +1991,7 @@ negate_filter_deps="lut_filter" resample_filter_deps="avresample" ocv_filter_deps="libopencv" pan_filter_deps="swresample" +pp_filter_deps="gpl postproc" removelogo_filter_deps="avcodec avformat swscale" scale_filter_deps="swscale" smartblur_filter_deps="gpl swscale" |