[FFmpeg-cvslog] configure: Add a comment about why we don't try to enable pic on arm on target_os=win32
Martin Storsjö
git at videolan.org
Sat Nov 11 21:58:44 EET 2017
ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Thu Oct 12 11:08:32 2017 +0300| [40d5df67d2c4e1f0dd1e902435567eb5edad6a9a] | committer: Martin Storsjö
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 at martin.st>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=40d5df67d2c4e1f0dd1e902435567eb5edad6a9a
---
configure | 1 +
1 file changed, 1 insertion(+)
diff --git a/configure b/configure
index 96b99b0501..9b0b95a69e 100755
--- a/configure
+++ b/configure
@@ -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
More information about the ffmpeg-cvslog
mailing list