diff cabac.h @ 3992:a09b5b667229 libavcodec

10l
author michael
date Wed, 11 Oct 2006 13:25:29 +0000
parents 72bae00a317f
children 8b7c59b7af01
line wrap: on
line diff
--- a/cabac.h	Wed Oct 11 13:21:42 2006 +0000
+++ b/cabac.h	Wed Oct 11 13:25:29 2006 +0000
@@ -380,7 +380,7 @@
         "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 @@
         "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