Merge commit 'f4d4e66a24a5c9497a5b6d3c089ac58089a87428'

* commit 'f4d4e66a24a5c9497a5b6d3c089ac58089a87428':
  configure: Remap -L to -libpath for msvc

Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2015-01-05 02:19:47 +01:00
commit 1ed5912e81
1 changed files with 1 additions and 0 deletions

1
configure vendored
View File

@ -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