It should be vfw32.lib with MSVC.

Signed-off-by: Derek Buitenhuis <derek.buitenh...@gmail.com>
---
I know this can possibly lead to a double vfw32.lib, but I think
it is harmless.

Opinions welcome.
---
 configure |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/configure b/configure
index 5c0aa47..bca9361 100755
--- a/configure
+++ b/configure
@@ -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
-- 
1.7.9.5

_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to