mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-03 14:32:16 +02:00
dsputil: x86: Fix compile error
Accidentally prefixed ff_ with cextern. Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
659d4ba5af
commit
a1d3673034
@ -730,7 +730,7 @@ cglobal h263_v_loop_filter, 3,5
|
||||
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
|
||||
@ -772,7 +772,7 @@ cglobal h263_h_loop_filter, 3,5,0,32
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user