diff options
author | Anthoine Bourgeois <anthoine.bourgeois@gmail.com> | 2014-04-09 12:18:32 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-06-23 15:10:07 +0200 |
commit | 26d72b3df0ce82fed64dfcbc0889bf5b89b9c295 (patch) | |
tree | 90f47bebf681fa5e397a9d4e37a49310b55f7a9a /libavcodec/takdec.c | |
parent | 6729193886519b779c43c738728f9c02c89d05bb (diff) | |
download | ffmpeg-26d72b3df0ce82fed64dfcbc0889bf5b89b9c295.tar.gz |
avcodec/dirac_arith: Fix build with PIC and stack-check options
Fixes Ticket3540
The function dirac_get_arith_bit in libavcodec/dirac_arith.h can't be
built with PIC and check-stack because the asm code needs 6 registers
and PIC and check-stack options take 1 each and x86 is quite limited
in this area.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(cherry picked from commit d8ab7f31dd819f7b3e0d460a2fa4261aaae87b98)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/takdec.c')
0 files changed, 0 insertions, 0 deletions