8 lines
421 B
Plaintext
8 lines
421 B
Plaintext
# According to Debian policy [1], non position independent code is permitted
|
|
# in a shared library on i386 and position independent code may have a
|
|
# performance penalty, especially on i386.
|
|
# Upstream's hand-written assembler optimizations are not position independent
|
|
# on i386.
|
|
# 1: https://www.debian.org/doc/debian-policy/footnotes.html#f84
|
|
libavcodec58 [i386]: shlib-with-non-pic-code usr/lib/i386*/libavcodec.so.*
|