mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 07:31:22 +01:00
msvc: Fix libx264 linking
This commit is contained in:
parent
3c8e95ab5d
commit
58313f2dda
1 changed files with 1 additions and 0 deletions
1
configure
vendored
1
configure
vendored
|
|
@ -3547,6 +3547,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 ;;
|
||||
-LARGEADDRESSAWARE) echo $flag ;;
|
||||
-L*) echo -libpath:${flag#-L} ;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue