diff options
author | Martin Storsjö <martin@martin.st> | 2017-10-12 11:08:32 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2017-10-12 21:49:16 +0300 |
commit | 40d5df67d2c4e1f0dd1e902435567eb5edad6a9a (patch) | |
tree | 339c7f9642c2805ab5276ea6f8e2c1e3f427c2f8 /configure | |
parent | 0ca66409911e9fba940424be8bdfa54e056b0a4b (diff) | |
download | ffmpeg-40d5df67d2c4e1f0dd1e902435567eb5edad6a9a.tar.gz |
configure: Add a comment about why we don't try to enable pic on arm on target_os=win32
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4357,6 +4357,7 @@ EOF .object_arch armv4 EOF + # MS armasm fails to assemble our PIC constructs [ $target_os != win32 ] && enabled_all armv6t2 shared !pic && enable_weak_pic elif enabled mips; then |