1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-15 14:13:16 +02:00

configure: Filter -Wl, linker flags out for msvc compilation.

This commit is contained in:
Carl Eugen Hoyos
2020-04-01 16:57:40 +02:00
parent c59233d503
commit 84abd1012c

1
configure vendored
View File

@@ -4439,6 +4439,7 @@ msvc_common_flags(){
-l*) echo ${flag#-l}.lib ;;
-LARGEADDRESSAWARE) echo $flag ;;
-L*) echo -libpath:${flag#-L} ;;
-Wl,*) ;;
*) echo $flag ;;
esac
done