ffmpeg | branch: master | Andreas Rheinhardt <[email protected]> | Sun May 5 15:34:53 2024 +0200| [1739dba536fa0fa3bdfd2c0b211309caf34c0ed4] | committer: Andreas Rheinhardt
configure: Add missing identity filter->scene_sad dependency Signed-off-by: Andreas Rheinhardt <[email protected]> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1739dba536fa0fa3bdfd2c0b211309caf34c0ed4 --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 13f4398dab..beb1fa6d3c 100755 --- a/configure +++ b/configure @@ -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" _______________________________________________ ffmpeg-cvslog mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
