Commit 389b7984 authored by Henrik Gramner's avatar Henrik Gramner Committed by Luca Barbato

msvc: Fix libx264 linking

Signed-off-by: 's avatarLuca Barbato <lu_zero@gentoo.org>
parent f428893c
......@@ -2951,6 +2951,7 @@ msvc_common_flags(){
-lz) echo zlib.lib ;;
-lavifil32) echo vfw32.lib ;;
-lavicap32) echo vfw32.lib user32.lib ;;
-lx264) echo libx264.lib ;;
-l*) echo ${flag#-l}.lib ;;
-L*) echo -libpath:${flag#-L} ;;
*) echo $flag ;;
......
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