Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2012-10-31 01:57:37 +0400
committerHendrik Leppkes <h.leppkes@gmail.com>2012-11-03 18:52:19 +0400
commit5cdbf2a7ba4d57d161f5c8e7d2ee6c2fec478627 (patch)
tree4428dbdf0c2d395d85964c5231784ca513e9326f
parent60b6ad56ae617ac50a5a1c1c48e71f8ee7d97d18 (diff)
configure: suppress -fPIC in msvc buildslav0.53
MSVC doesn't understand the option, and emits a warning on every call to cl.exe
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 136dc0efbf..1017ff5719 100755
--- a/configure
+++ b/configure
@@ -2391,6 +2391,7 @@ msvc_flags(){
-fno-math-errno) ;;
-fno-common) ;;
-fno-signed-zeros) ;;
+ -fPIC) ;;
-lz) echo zlib.lib ;;
-lavifil32) echo vfw32.lib ;;
-lavicap32) echo vfw32.lib user32.lib ;;