summaryrefslogtreecommitdiff
path: root/libavfilter/x86
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2017-12-04 02:20:52 -0300
committerJames Almer <jamrial@gmail.com>2017-12-04 02:22:30 -0300
commitb73304f79eba9164162c7faf2c2d06e60728893c (patch)
treeb5b496f91f8f5a59df6ea268fcce76f91909179e /libavfilter/x86
parent1cfde7abd0008e58fcd10f8804812e72a1a5295a (diff)
x86vf_threshold/: use the PBLENDVB macro
Fixes building with yasm Tested-by: stevenliu Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavfilter/x86')
-rw-r--r--libavfilter/x86/vf_threshold.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/x86/vf_threshold.asm b/libavfilter/x86/vf_threshold.asm
index fb008c376a..5e595fa13f 100644
--- a/libavfilter/x86/vf_threshold.asm
+++ b/libavfilter/x86/vf_threshold.asm
@@ -52,7 +52,7 @@ cglobal threshold8, 10, 13, 5, in, threshold, min, max, out, ilinesize, tlinesiz
pxor m0, m4
pxor m1, m4
pcmpgtb m0, m1
- pblendvb m3, m2, m0
+ PBLENDVB m3, m2, m0
movu [outq + xq], m3
add xq, mmsize
jl .loop