]> git.sesse.net Git - ffmpeg/commitdiff
dsputil: x86: Fix compile error
authorDaniel Kang <daniel.d.kang@gmail.com>
Thu, 7 Feb 2013 03:25:12 +0000 (22:25 -0500)
committerMartin Storsjö <martin@martin.st>
Thu, 7 Feb 2013 09:06:16 +0000 (11:06 +0200)
Accidentally prefixed ff_ with cextern.

Signed-off-by: Martin Storsjö <martin@martin.st>
libavcodec/x86/dsputil.asm

index 9647c558c81c69400d2b8b5a1d4a3cc99d3838af..7ea796d99abebcff0f73a2cc44baa7ac879e7b80 100644 (file)
@@ -730,7 +730,7 @@ cglobal h263_v_loop_filter, 3,5
     movsxdifnidn r1, r1d
     movsxdifnidn r2, r2d
 
     movsxdifnidn r1, r1d
     movsxdifnidn r2, r2d
 
-    lea          r4, [ff_h263_loop_filter_strength]
+    lea          r4, [h263_loop_filter_strength]
     movzx       r3d, BYTE [r4+r2]
     movsx        r2, r3b
     shl          r2, 1
     movzx       r3d, BYTE [r4+r2]
     movsx        r2, r3b
     shl          r2, 1
@@ -772,7 +772,7 @@ cglobal h263_h_loop_filter, 3,5,0,32
     movsxdifnidn r1, r1d
     movsxdifnidn r2, r2d
 
     movsxdifnidn r1, r1d
     movsxdifnidn r2, r2d
 
-    lea          r4, [ff_h263_loop_filter_strength]
+    lea          r4, [h263_loop_filter_strength]
     movzx       r3d, BYTE [r4+r2]
     movsx        r2, r3b
     shl          r2, 1
     movzx       r3d, BYTE [r4+r2]
     movsx        r2, r3b
     shl          r2, 1