Commit 30f0d1b9 authored by Diego Biurrun's avatar Diego Biurrun

configure: Remove old avisynth support leftover

parent 6a1ea4ec
...@@ -3039,7 +3039,6 @@ msvc_common_flags(){ ...@@ -3039,7 +3039,6 @@ msvc_common_flags(){
-mthumb) ;; -mthumb) ;;
-march=*) ;; -march=*) ;;
-lz) echo zlib.lib ;; -lz) echo zlib.lib ;;
-lavifil32) echo vfw32.lib ;;
-lavicap32) echo vfw32.lib user32.lib ;; -lavicap32) echo vfw32.lib user32.lib ;;
-lx264) echo libx264.lib ;; -lx264) echo libx264.lib ;;
-l*) echo ${flag#-l}.lib ;; -l*) echo ${flag#-l}.lib ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment