mirror of https://git.ffmpeg.org/ffmpeg.git
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>
This commit is contained in:
parent
0ca6640991
commit
40d5df67d2
|
@ -4357,6 +4357,7 @@ EOF
|
||||||
.object_arch armv4
|
.object_arch armv4
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
# MS armasm fails to assemble our PIC constructs
|
||||||
[ $target_os != win32 ] && enabled_all armv6t2 shared !pic && enable_weak_pic
|
[ $target_os != win32 ] && enabled_all armv6t2 shared !pic && enable_weak_pic
|
||||||
|
|
||||||
elif enabled mips; then
|
elif enabled mips; then
|
||||||
|
|
Loading…
Reference in New Issue