diff options
author | Clément Bœsch | 2012-12-21 22:13:25 +0100 |
---|---|---|
committer | Clément Bœsch | 2012-12-23 19:03:36 +0100 |
commit | 768c47ec371331970b4859d1e15e5f355fa73568 (patch) | |
tree | 4684f27bd09151f0c2c3c183b10951eac6d061e5 /configure | |
parent | 9b8de930366d58e6256895c8b5111fd5ef61722c (diff) |
lavfi: remove mp=pp filter.
Native pp filter is available.
postproc dependency is also dropped from mp wrapper since it was the
only filter needing that dependency.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1985,7 +1985,7 @@ geq_filter_deps="gpl" hqdn3d_filter_deps="gpl" hue_filter_deps="gpl" movie_filter_deps="avcodec avformat" -mp_filter_deps="gpl avcodec swscale postproc inline_asm" +mp_filter_deps="gpl avcodec swscale inline_asm" mptestsrc_filter_deps="gpl" negate_filter_deps="lut_filter" resample_filter_deps="avresample" |