msvc: Fix detection of VFW & Avisynth required libs
It should be vfw32.lib with MSVC. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
This commit is contained in:
parent
1e46c63eb7
commit
bd680c7b49
1 changed files with 2 additions and 0 deletions
2
configure
vendored
2
configure
vendored
|
|
@ -2137,6 +2137,8 @@ msvc_flags(){
|
|||
-fno-common) ;;
|
||||
-fno-signed-zeros) ;;
|
||||
-lz) echo zlib.lib ;;
|
||||
-lavifil32) echo vfw32.lib ;;
|
||||
-lavicap32) echo vfw32.lib user32.lib ;;
|
||||
-l*) echo ${flag#-l}.lib ;;
|
||||
*) echo $flag ;;
|
||||
esac
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue