diff options
author | Hendrik Leppkes <h.leppkes@gmail.com> | 2012-10-30 22:57:37 +0100 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2012-12-31 12:34:30 +0200 |
commit | 506409776c49910050f3150d0e51d11b44d323ed (patch) | |
tree | de17be4ab0cadfa2e0e9dfa38af151820e84f831 /configure | |
parent | bcb8d9eb8ff6e8f1e4c02d0143407373cffdbdeb (diff) | |
download | ffmpeg-506409776c49910050f3150d0e51d11b44d323ed.tar.gz |
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>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2187,6 +2187,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 ;; |