You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
configure: suppress -fPIC in msvc builds
MSVC doesn't understand the option, and emits a warning on every call to cl.exe. Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
committed by
Martin Storsjö
parent
bcb8d9eb8f
commit
506409776c
1
configure
vendored
1
configure
vendored
@@ -2187,6 +2187,7 @@ msvc_flags(){
|
|||||||
-fno-math-errno) ;;
|
-fno-math-errno) ;;
|
||||||
-fno-common) ;;
|
-fno-common) ;;
|
||||||
-fno-signed-zeros) ;;
|
-fno-signed-zeros) ;;
|
||||||
|
-fPIC) ;;
|
||||||
-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 ;;
|
||||||
|
Reference in New Issue
Block a user