diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2006-10-11 13:25:29 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2006-10-11 13:25:29 +0000 |
commit | 5f3eca121e8cb7896e04fbe0e489f886c6143778 (patch) | |
tree | 0cf71195c36f48f641481e1bd4640b3db03a95e6 | |
parent | 0fa352c7e6f208605b54f21b6d5859054b0c95ea (diff) | |
download | ffmpeg-5f3eca121e8cb7896e04fbe0e489f886c6143778.tar.gz |
10l
Originally committed as revision 6654 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/cabac.h | 4 |
1 files 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 |