Commit 1ed5912e authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'f4d4e66a'

* commit 'f4d4e66a':
  configure: Remap -L to -libpath for msvc
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 1d41571b f4d4e66a
......@@ -3219,6 +3219,7 @@ msvc_common_flags(){
-lavifil32) echo vfw32.lib ;;
-lavicap32) echo vfw32.lib user32.lib ;;
-l*) echo ${flag#-l}.lib ;;
-L*) echo -libpath:${flag#-L} ;;
*) echo $flag ;;
esac
done
......
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