diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-07-15 18:33:59 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-11-18 18:34:05 +0100 |
commit | 87af05c575791406090272b6a37b50d51e85490c (patch) | |
tree | d654993de187ea4a7c04156775d8f9097b3100b6 /libswscale | |
parent | 1c5805521c3e406886341d752ebf38f8d41e1d13 (diff) | |
download | ffmpeg-87af05c575791406090272b6a37b50d51e85490c.tar.gz |
x86: SPLATD: port to cpuflags
Diffstat (limited to 'libswscale')
-rw-r--r-- | libswscale/x86/output.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libswscale/x86/output.asm b/libswscale/x86/output.asm index d137e6ece2..e1ceded756 100644 --- a/libswscale/x86/output.asm +++ b/libswscale/x86/output.asm @@ -187,7 +187,7 @@ cglobal yuv2planeX_%1, %3, 8, %2, filter, fltsize, src, dst, w, dither, offset %else ; %1 == 10/9/8 punpcklwd m5, m3, m4 punpckhwd m3, m4 - SPLATD m0, m0 + SPLATD m0 pmaddwd m5, m0 pmaddwd m3, m0 |