Commit 58313f2d authored by Henrik Gramner's avatar Henrik Gramner

msvc: Fix libx264 linking

parent 3c8e95ab
...@@ -3547,6 +3547,7 @@ msvc_common_flags(){ ...@@ -3547,6 +3547,7 @@ msvc_common_flags(){
-lz) echo zlib.lib ;; -lz) echo zlib.lib ;;
-lavifil32) echo vfw32.lib ;; -lavifil32) echo vfw32.lib ;;
-lavicap32) echo vfw32.lib user32.lib ;; -lavicap32) echo vfw32.lib user32.lib ;;
-lx264) echo libx264.lib ;;
-l*) echo ${flag#-l}.lib ;; -l*) echo ${flag#-l}.lib ;;
-LARGEADDRESSAWARE) echo $flag ;; -LARGEADDRESSAWARE) echo $flag ;;
-L*) echo -libpath:${flag#-L} ;; -L*) echo -libpath:${flag#-L} ;;
......
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