Module: libav Branch: master Commit: 30f0d1b997f15d667c05feab0b54f0b2814ba7a9
Author: Diego Biurrun <[email protected]> Committer: Diego Biurrun <[email protected]> Date: Tue Nov 22 08:11:59 2016 +0100 configure: Remove old avisynth support leftover --- configure | 1 - 1 file changed, 1 deletion(-) diff --git a/configure b/configure index 42c1848..78f1cac 100755 --- a/configure +++ b/configure @@ -3039,7 +3039,6 @@ msvc_common_flags(){ -mthumb) ;; -march=*) ;; -lz) echo zlib.lib ;; - -lavifil32) echo vfw32.lib ;; -lavicap32) echo vfw32.lib user32.lib ;; -lx264) echo libx264.lib ;; -l*) echo ${flag#-l}.lib ;; _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
