From 5f3eca121e8cb7896e04fbe0e489f886c6143778 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Wed, 11 Oct 2006 13:25:29 +0000 Subject: [PATCH] 10l Originally committed as revision 6654 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/cabac.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcodec/cabac.h b/libavcodec/cabac.h index 1ec1e50877..a10fc104e8 100644 --- a/libavcodec/cabac.h +++ b/libavcodec/cabac.h @@ -380,7 +380,7 @@ static int get_cabac(CABACContext *c, uint8_t * const state){ "movl "RANGE "(%2), %%ebx \n\t" "movl "RANGE "(%2), %%edx \n\t" "shrl $23, %%ebx \n\t" - "movzbl ff_h264_lps_range(%%ebx, %%eax, 4), %%esi\n\t" + "movzbl "MANGLE(ff_h264_lps_range)"(%%ebx, %%eax, 4), %%esi\n\t" "shll $17, %%esi \n\t" "movl "LOW "(%2), %%ebx \n\t" //eax:state ebx:low, edx:range, esi:RangeLPS @@ -450,7 +450,7 @@ static int get_cabac(CABACContext *c, uint8_t * const state){ "movl "RANGE "(%2), %%ebx \n\t" "movl "RANGE "(%2), %%edx \n\t" "shrl $23, %%ebx \n\t" - "movzbl ff_h264_lps_range(%%ebx, %%eax, 4), %%esi\n\t" + "movzbl "MANGLE(ff_h264_lps_range)"(%%ebx, %%eax, 4), %%esi\n\t" "shll $17, %%esi \n\t" "movl "LOW "(%2), %%ebx \n\t" //eax:state ebx:low, edx:range, esi:RangeLPS