mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-28 13:40:55 +00:00
configure: Remap -L to -libpath for msvc
This allows using libraries that are detected via pkg-config with msvc. (The libraries themselves may have to be built with MSVC though.) Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
3e16065221
commit
f4d4e66a24
1
configure
vendored
1
configure
vendored
@ -2702,6 +2702,7 @@ msvc_common_flags(){
|
|||||||
-lavifil32) echo vfw32.lib ;;
|
-lavifil32) echo vfw32.lib ;;
|
||||||
-lavicap32) echo vfw32.lib user32.lib ;;
|
-lavicap32) echo vfw32.lib user32.lib ;;
|
||||||
-l*) echo ${flag#-l}.lib ;;
|
-l*) echo ${flag#-l}.lib ;;
|
||||||
|
-L*) echo -libpath:${flag#-L} ;;
|
||||||
*) echo $flag ;;
|
*) echo $flag ;;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user