mirror of https://github.com/FFmpeg/FFmpeg.git
Currently the start of the byte range for each function is aligned to 4 bytes. But this can lead to situations whence the function is preceded by a 2-byte C.NOP at the aligned 4-byte boundary. Then the first actual instruction and the function symbol are only aligned on 2 bytes. This forcefully disables compression for the alignment and the symbol, thus ensuring that there is no padding before the function.release/7.1
parent
b62586e310
commit
982376660c
1 changed files with 4 additions and 1 deletions
Loading…
Reference in new issue