diff options
author | Anthoine Bourgeois <[email protected]> | 2014-04-09 12:18:32 +0200 |
---|---|---|
committer | Michael Niedermayer <[email protected]> | 2014-04-09 19:41:48 +0200 |
commit | d8ab7f31dd819f7b3e0d460a2fa4261aaae87b98 (patch) | |
tree | 24075302972b72ec38763bab9e188209657aafa8 /libavformat/utils.c | |
parent | 7ac2f7e413051aa6ff735a8b9c47ca06dc4607d9 (diff) |
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 <[email protected]>
Diffstat (limited to 'libavformat/utils.c')
0 files changed, 0 insertions, 0 deletions