projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29e4edb
)
fix linking on systems with a function name prefix (10l in r20287)
author
Loren Merritt
<lorenm@u.washington.edu>
Sun, 18 Oct 2009 21:44:03 +0000
(21:44 +0000)
committer
Loren Merritt
<lorenm@u.washington.edu>
Sun, 18 Oct 2009 21:44:03 +0000
(21:44 +0000)
Originally committed as revision 20294 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/x86/dsputil_yasm.asm
patch
|
blob
|
history
diff --git
a/libavcodec/x86/dsputil_yasm.asm
b/libavcodec/x86/dsputil_yasm.asm
index
c3a23a9
..
bb6376c
100644
(file)
--- a/
libavcodec/x86/dsputil_yasm.asm
+++ b/
libavcodec/x86/dsputil_yasm.asm
@@
-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