Commit e2bc085b authored by lorenm's avatar lorenm

fix linking on systems with a function name prefix (10l in r20290)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20294 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent a20e9fc7
...@@ -217,7 +217,7 @@ cglobal add_hfyu_left_prediction_sse4, 3,3,7, dst, src, w, left ...@@ -217,7 +217,7 @@ cglobal add_hfyu_left_prediction_sse4, 3,3,7, dst, src, w, left
movd m0, leftm movd m0, leftm
pslldq m0, 15 pslldq m0, 15
test srcq, 15 test srcq, 15
jnz ff_add_hfyu_left_prediction_ssse3 %+ .skip_prologue jnz add_hfyu_left_prediction_ssse3.skip_prologue
test dstq, 15 test dstq, 15
jnz .unaligned jnz .unaligned
ADD_HFYU_LEFT_LOOP 1 ADD_HFYU_LEFT_LOOP 1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment