Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthoine Bourgeois <anthoine.bourgeois@gmail.com>2014-04-09 14:18:32 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-04-10 06:53:00 +0400
commitdfddefa13afaafa77ab140457f1b1e51a02bae2f (patch)
tree66b24da494fe961db8a30fe86825b8984b4af88e /doc/Doxyfile
parentce94955b3c0b69e2d825bdd34f1140b2661c6419 (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 <michaelni@gmx.at> (cherry picked from commit d8ab7f31dd819f7b3e0d460a2fa4261aaae87b98) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/Doxyfile')
0 files changed, 0 insertions, 0 deletions