diff options
author | James Almer <jamrial@gmail.com> | 2017-11-11 16:55:43 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2017-11-11 16:55:43 -0300 |
commit | 7e3d6f10f08ae8ce9c6720fb7041fd739aef9143 (patch) | |
tree | e2a38573fb9a8e49f13268960d1c0b2219c16b01 /configure | |
parent | 3f272009547fe1b941764297007ea1aa576eda6f (diff) | |
parent | f951837ce58e8588b175fb53a76fd453a81528ec (diff) | |
download | ffmpeg-7e3d6f10f08ae8ce9c6720fb7041fd739aef9143.tar.gz |
Merge commit 'f951837ce58e8588b175fb53a76fd453a81528ec'
* commit 'f951837ce58e8588b175fb53a76fd453a81528ec':
configure: Don't add -fPIC to cflags for target_os=win32
Merged-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5322,7 +5322,7 @@ enable_weak_pic() { enable pic add_cppflags -DPIC case "$target_os" in - mingw*|cygwin*) + mingw*|cygwin*|win*) ;; *) add_cflags -fPIC |