summaryrefslogtreecommitdiff
path: root/libavcodec/x86/pngdsp.asm
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-07-10 00:04:18 +0200
committerDiego Biurrun <diego@biurrun.de>2012-11-14 00:58:51 +0100
commit26301caaa1aec5d71b564bff452147d6183370bf (patch)
treeecc309e5599ff4327c8ffe06ff515ecdf071735e /libavcodec/x86/pngdsp.asm
parentda39cac8def7ea73cad2fa2b611209663c7abe2c (diff)
x86: mmx2 ---> mmxext in asm constructs
Diffstat (limited to 'libavcodec/x86/pngdsp.asm')
-rw-r--r--libavcodec/x86/pngdsp.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/x86/pngdsp.asm b/libavcodec/x86/pngdsp.asm
index 1573363c95..c05f3da017 100644
--- a/libavcodec/x86/pngdsp.asm
+++ b/libavcodec/x86/pngdsp.asm
@@ -166,7 +166,7 @@ cglobal add_png_paeth_prediction, 5, 7, %1, dst, src, top, w, bpp, end, cntr
RET
%endmacro
-INIT_MMX mmx2
+INIT_MMX mmxext
ADD_PAETH_PRED_FN 0
INIT_MMX ssse3