diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2024-05-05 15:34:53 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2024-05-07 23:53:26 +0200 |
commit | 1739dba536fa0fa3bdfd2c0b211309caf34c0ed4 (patch) | |
tree | fea67aff0ffe2351f4519a6f50cadd758746e07f /configure | |
parent | b5cf359c9762edf0baf4deeaf10bbb5801f2b8d3 (diff) | |
download | ffmpeg-1739dba536fa0fa3bdfd2c0b211309caf34c0ed4.tar.gz |
configure: Add missing identity filter->scene_sad dependency
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3861,6 +3861,7 @@ histeq_filter_deps="gpl" hqdn3d_filter_deps="gpl" iccdetect_filter_deps="lcms2" iccgen_filter_deps="lcms2" +identity_filter_select="scene_sad" interlace_filter_deps="gpl" kerndeint_filter_deps="gpl" ladspa_filter_deps="ladspa libdl" |