Commit b07781b6 authored by Loren Merritt's avatar Loren Merritt

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

Originally committed as revision 20294 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 29e4edbb
...@@ -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