--- Someone with more time can look into removing the dependency. Isn't av_get_token() doing pretty much the same thing? --- configure | 1 + 1 file changed, 1 insertion(+)
diff --git a/configure b/configure index 2f2a0f7..a7c0043 100755 --- a/configure +++ b/configure @@ -2016,6 +2016,7 @@ unix_protocol_select="network" # filters blackframe_filter_deps="gpl" boxblur_filter_deps="gpl" +compand_filter_deps="strtok_r" cropdetect_filter_deps="gpl" delogo_filter_deps="gpl" drawtext_filter_deps="libfreetype" -- 1.7.10.4 _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
