diff options
author | Martin Storsjö <martin@martin.st> | 2017-10-12 11:03:08 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2017-10-12 21:49:08 +0300 |
commit | f951837ce58e8588b175fb53a76fd453a81528ec (patch) | |
tree | 13f583d917d8dc0ac13d485a404bd6d072cf0a7b /fftools/cmdutils.c | |
parent | 7ac092d05de487d088bc96ab4a7bd6207fbfa98c (diff) | |
download | ffmpeg-f951837ce58e8588b175fb53a76fd453a81528ec.tar.gz |
configure: Don't add -fPIC to cflags for target_os=win32
We skipped adding it to cflags for mingw/cygwin configurations
where the compiler either complains loudly or even errors out;
do the same for target_os=win32, for the case when building with
clang in msvc mode.
This wasn't needed for the actual msvc before, since msvc uses
msvc_common_flags to filter out this flag from cflags.
When building with clang in msvc mode, no such filter is used.
This fixes building shared libraries with clang in msvc mode.
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'fftools/cmdutils.c')
0 files changed, 0 insertions, 0 deletions