You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
fix linking on systems with a function name prefix (10l in r20287)
Originally committed as revision 20294 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -217,7 +217,7 @@ cglobal add_hfyu_left_prediction_sse4, 3,3,7, dst, src, w, left
|
||||
movd m0, leftm
|
||||
pslldq m0, 15
|
||||
test srcq, 15
|
||||
jnz ff_add_hfyu_left_prediction_ssse3 %+ .skip_prologue
|
||||
jnz add_hfyu_left_prediction_ssse3.skip_prologue
|
||||
test dstq, 15
|
||||
jnz .unaligned
|
||||
ADD_HFYU_LEFT_LOOP 1
|
||||
|
Reference in New Issue
Block a user