mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-07-01 13:36:26 +08:00
10l
Originally committed as revision 6704 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -362,7 +362,7 @@ static inline void renorm_cabac_decoder_once(CABACContext *c){
|
|||||||
|
|
||||||
static int always_inline get_cabac_inline(CABACContext *c, uint8_t * const state){
|
static int always_inline get_cabac_inline(CABACContext *c, uint8_t * const state){
|
||||||
//FIXME gcc generates duplicate load/stores for c->low and c->range
|
//FIXME gcc generates duplicate load/stores for c->low and c->range
|
||||||
#if defined(ARCH_X86) && !defined(PIC)
|
#if defined(ARCH_X86) && !(defined(PIC) && defined(__GNUC__))
|
||||||
int bit;
|
int bit;
|
||||||
|
|
||||||
#define LOW "0"
|
#define LOW "0"
|
||||||
|
Reference in New Issue
Block a user