Hi, On Sun, Jun 19, 2011 at 9:40 PM, Mans Rullgard <[email protected]> wrote: > Signed-off-by: Mans Rullgard <[email protected]> > --- > libavcodec/cabac.h | 53 +++++++++++++++++---------------- > libavcodec/x86/h264_i386.h | 70 ++++++++++++++++++++++--------------------- > 2 files changed, 63 insertions(+), 60 deletions(-) > static av_always_inline int get_cabac_bypass_sign(CABACContext *c, int val){ > -#if ARCH_X86 && HAVE_EBX_AVAILABLE > +#if ARCH_X86 > + x86_reg tmp; [..] > - "movl %a2(%1), %%ebx \n\t" > - "movl %a3(%1), %%eax \n\t" > - "shl $17, %%ebx \n\t" > + "movl %a3(%2), %k1 \n\t"
OK. Ronald _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
