External dependencies cannot be handled as weak dependencies since they need to be explicitly enabled. If a weak dependency is set, the variable corresponding to the weak dependency can be enabled without the rest of the build system settings, resulting in a failing build.
This reverts commit 66988320794a107f2a460eaa71dbd9fab8056842. --- configure | 1 - 1 file changed, 1 deletion(-) diff --git a/configure b/configure index 24e9fc3..6f1be32 100755 --- a/configure +++ b/configure @@ -2472,7 +2472,6 @@ deinterlace_qsv_filter_deps="libmfx" deinterlace_vaapi_filter_deps="vaapi" delogo_filter_deps="gpl" drawtext_filter_deps="libfreetype" -drawtext_filter_suggest="libfontconfig" frei0r_filter_deps="frei0r dlopen" frei0r_filter_extralibs='$ldl' frei0r_src_filter_deps="frei0r dlopen" -- 2.1.4 _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
