diff options
author | Anthoine Bourgeois <anthoine.bourgeois@gmail.com> | 2014-04-09 12:18:32 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-04-22 00:21:28 +0200 |
commit | b546b7a029a6409a4e6324f81ca8a89767ea02b0 (patch) | |
tree | d274b95dfab157f342e215666e77d51db6288922 /libswscale/swscale.c | |
parent | 8f596a45998e9e515bab76a2ba438e4718f9f2de (diff) | |
download | ffmpeg-b546b7a029a6409a4e6324f81ca8a89767ea02b0.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 'libswscale/swscale.c')
0 files changed, 0 insertions, 0 deletions