Module: libav Branch: master Commit: 40d5df67d2c4e1f0dd1e902435567eb5edad6a9a
Author: Martin Storsjö <[email protected]> Committer: Martin Storsjö <[email protected]> Date: Thu Oct 12 11:08:32 2017 +0300 configure: Add a comment about why we don't try to enable pic on arm on target_os=win32 Signed-off-by: Martin Storsjö <[email protected]> --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 96b99b0..9b0b95a 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 _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
