mirror of https://github.com/FFmpeg/FFmpeg.git
On X86 windows, asflags weren't actually ever used for anything, since assembling used x86asflags instead, and that flags list had -DPIC already. This fixes building shared libraries with clang for arm/aarch64 windows. (This wasn't an issue when in msvc mode before, since we don't try to enable pic at all there, since the msvc armasm assembler fails on our pic constructs there.) Signed-off-by: Martin Storsjö <martin@martin.st>pull/272/head
parent
f951837ce5
commit
0ca6640991
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue